test disabling generic matches to empty containers except @[] #24397
Build #20241101.3 had test failures
Details
- Failed: 13 (0.07%)
- Passed: 8,509 (48.26%)
- Other: 9,109 (51.66%)
- Total: 17,631
Annotations
Check failure on line 4382 in Build log
azure-pipelines / nim-lang.Nim
Build log #L4382
Bash exited with code '1'.
Check failure on line 45060 in Build log
azure-pipelines / nim-lang.Nim
Build log #L45060
Bash exited with code '1'.
Check failure on line 4336 in Build log
azure-pipelines / nim-lang.Nim
Build log #L4336
Bash exited with code '1'.
Check failure on line 4414 in Build log
azure-pipelines / nim-lang.Nim
Build log #L4414
Bash exited with code '1'.
Check failure on line 1 in tests/misc/t21109.nim c
azure-pipelines / nim-lang.Nim
tests/misc/t21109.nim c
Failure: reMsgsDiffer
Expected:
type expected
Gotten:
type mismatch: got <openArray[empty]>
Check failure on line 1 in tests/array/tarray.nim c
azure-pipelines / nim-lang.Nim
tests/array/tarray.nim c
Failure: reNimcCrash
$ /Users/runner/work/1/s/bin/nim c --hints:on -d:testing --nimblePath:build/deps/pkgs2 --nimCache:nimcache/tests/array/tarray.nim_4a8a08f09d37b73795649038408b5f33 tests/array/tarray.nim
Hint: used config file '/Users/runner/work/1/s/config/nim.cfg' [Conf]
Hint: used config file '/Users/runner/work/1/s/config/config.nims' [Conf]
Hint: used config file '/Users/runner/work/1/s/tests/config.nims' [Conf]
tarray.nim(75, 16) Error: undeclared field: 'len'
Check failure on line 1 in tests/ccgbugs/tnil_type.nim c
azure-pipelines / nim-lang.Nim
tests/ccgbugs/tnil_type.nim c
Failure: reNimcCrash
$ /Users/runner/work/1/s/bin/nim c --hints:on -d:testing --nimblePath:build/deps/pkgs2 --nimCache:nimcache/tests/ccgbugs/tnil_type.nim_4a8a08f09d37b73795649038408b5f33 tests/ccgbugs/tnil_type.nim
Hint: used config file '/Users/runner/work/1/s/config/nim.cfg' [Conf]
Hint: used config file '/Users/runner/work/1/s/config/config.nims' [Conf]
Hint: used config file '/Users/runner/work/1/s/tests/config.nims' [Conf]
tnil_type.nim(15, 3) Error: type mismatch: got <typeof(nil)>
but expected one of:
proc f4[T](_: T)
first type mismatch at position: 1
required type for _: T
but expression 'nil' is of type: typeof(nil)
expression: f4(nil)
Check failure on line 1 in tests/ccgbugs/tnil_type.nim cpp
azure-pipelines / nim-lang.Nim
tests/ccgbugs/tnil_type.nim cpp
Failure: reNimcCrash
$ /Users/runner/work/1/s/bin/nim cpp --hints:on -d:testing --nimblePath:build/deps/pkgs2 --nimCache:nimcache/tests/ccgbugs/tnil_type.nim_2c5f2cba9af7f92986d3de1e753f3faa tests/ccgbugs/tnil_type.nim
Hint: used config file '/Users/runner/work/1/s/config/nim.cfg' [Conf]
Hint: used config file '/Users/runner/work/1/s/config/config.nims' [Conf]
Hint: used config file '/Users/runner/work/1/s/tests/config.nims' [Conf]
tnil_type.nim(15, 3) Error: type mismatch: got <typeof(nil)>
but expected one of:
proc f4[T](_: T)
first type mismatch at position: 1
required type for _: T
but expression 'nil' is of type: typeof(nil)
expression: f4(nil)