You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- Command "run_vm_unittest" (took 10.000242s):
DART_CONFIGURATION=ReleaseTSANX64 out/ReleaseTSANX64/run_vm_tests --dfe=/b/s/w/ir/out/ReleaseTSANX64/gen/kernel-service.dart.snapshot --ignore-unrecognized-flags DartAPI_New
exit code:
255
stdout:
Running test: DartAPI_New
Done: DartAPI_New
stderr:
../../runtime/vm/dart_api_impl_test.cc: 5666: error: expected 'type' to be a valid handle but found an error handle:
'Compilation failed /test-lib:15:35: Error: The constructor function type 'MyClass Function(dynamic)' isn't a subtype of 'MyExtraHop Function(dynamic)'.
- 'MyClass' is from '/test-lib'.
- 'MyExtraHop' is from '/test-lib'.
factory MyExtraHop.hop(value) = MyClass.named;
^
/test-lib:19:38: Error: The constructor function type 'MyExtraHop Function(dynamic)' isn't a subtype of 'MyInterface Function(dynamic)'.
- 'MyExtraHop' is from '/test-lib'.
- 'MyInterface' is from '/test-lib'.
factory MyInterface.named(value) = MyExtraHop.hop;
^
/test-lib:20:41: Error: The constructor function type 'MyClass Function(dynamic)' isn't a subtype of 'MyInterface Function(dynamic)'.
- 'MyClass' is from '/test-lib'.
- 'MyInterface' is from '/test-lib'.
factory MyInterface.multiply(value) = MyClass.multiply;
[...]
--- Re-run this test:
python3 tools/test.py -n dartk-tsan-linux-release-x64 vm/cc/DartAPI_New
This test has been failing in all the configurations and we have an issue tracking this already (#33041). It is possible in TSAN mode we were seeing some flaky crashes which got fixed and now we consistently get runtime errors.
https://dart-ci.appspot.com/log/vm-kernel-tsan-linux-release-x64/dartk-tsan-linux-release-x64/1665/vm/cc/DartAPI_New
Commit range [dart2js] Migrate Setlet to NNBD...Remove a few tests from the bottom of checker_test.
Suspect commit would be 8999635, it is the only VM change (cc @crelier).
However, it does not fail on any of the other bots, only the TSAN bot.
Started happening at the same time as #46121 (comment).
The text was updated successfully, but these errors were encountered: