-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Description
After https://dart-review.googlesource.com/c/sdk/+/115901 the test started to fail:
─➤ python tools/test.py -n dartkp-linux-release-x64 language_2/generic_no_such_method_dispatcher_test
Test configuration:
dartkp-linux-release-x64(architecture: x64, compiler: dartkp, mode: release, runtime: dart_precompiled, system: linux)
Suites tested: language_2
FAILED: dartkp-dart_precompiled release_x64 language_2/generic_no_such_method_dispatcher_test
Expected: Pass
Actual: RuntimeError
--- Command "vm_compile_to_kernel []" (took 05.000106s):
DART_CONFIGURATION=ReleaseX64 $DH/pkg/vm/tool/gen_kernel --aot --platform=out/ReleaseX64/vm_platform_strong.dill -o $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.dill $DH/tests/language_2/generic_no_such_method_dispatcher_test.dart --packages=$DH/.packages -Ddart.developer.causal_async_stacks=true
exit code:
0
--- Command "precompiler" (took 02.000564s):
DART_CONFIGURATION=ReleaseX64 out/ReleaseX64/gen_snapshot --snapshot-kind=app-aot-assembly --assembly=$DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.S --reify-generic-functions --no-use-osr --no-background-compilation --ignore-unrecognized-flags --packages=$DH/.packages $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.dill
exit code:
0
--- Command "remove_kernel_file" (took 5ms):
DART_CONFIGURATION=ReleaseX64 rm $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.dill
exit code:
0
--- Command "assemble" (took 01.000392s):
DART_CONFIGURATION=ReleaseX64 gcc -m64 -shared -nostdlib -o $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.aotsnapshot $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.S
exit code:
0
--- Command "remove_assembly" (took 15ms):
DART_CONFIGURATION=ReleaseX64 rm $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.S
exit code:
0
--- Command "vm" (took 420ms):
DART_CONFIGURATION=ReleaseX64 out/ReleaseX64/dart_precompiled_runtime --reify-generic-functions --optimization-counter-threshold=10 --no-use-osr --no-background-compilation --ignore-unrecognized-flags --packages=$DH/.packages $DH/out/ReleaseX64/generated_compilations/dartkp/tests_language_2_generic_no_such_method_dispatcher_test/out.aotsnapshot
exit code:
255
stderr:
Unhandled exception:
Expect.equals(expected: <123>, actual: <2>) fails.
#0 Expect._fail (package:expect/expect.dart:664)
#1 Expect.equals (package:expect/expect.dart:126)
#2 main (file://$DH/tests/language_2/generic_no_such_method_dispatcher_test.dart:56)
#3 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:305)
#4 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:172)
--- Re-run this test:
python tools/test.py -n dartkp-linux-release-x64 language_2/generic_no_such_method_dispatcher_test
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.