Skip to content

Failures on [pkg/vm] Handle switch statements in unreachable code eliminator #54029

Closed
@dcharkes

Description

@dcharkes

There are new test failures on [tests][web-fixit] Fix date_time_extremes_test....Reland "[pkg/vm] Handle switch statements in unreachable code eliminator.".

The tests

language/nnbd/boolean_conversion/boolean_conversion_weak_test RuntimeError (expected Pass)

are failing on configurations

dartkp-weak-asserts-linux-release-x64

Log: https://dart-ci.appspot.com/log/vm-kernel-precomp-linux-release-x64/dartkp-weak-asserts-linux-release-x64/15831/language/nnbd/boolean_conversion/boolean_conversion_weak_test

exit code:
255

stderr:
Unhandled exception:
Expect.throws(AssertionError) fails: Did not throw
#0      Expect._fail (package:expect/expect.dart:721)
#1      Expect.throws (package:expect/expect.dart:629)
#2      Expect.throwsAssertionError (package:expect/expect.dart:638)
#3      check (file:///b/s/w/ir/tests/language/nnbd/boolean_conversion/boolean_conversion_lib1.dart:27)
#4      main (file:///b/s/w/ir/tests/language/nnbd/boolean_conversion/boolean_conversion_weak_test.dart:18)
#5      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:297)
#6      _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184)

--- Re-run this test:
python3 tools/test.py -n dartkp-weak-asserts-linux-release-x64 language/nnbd/boolean_conversion/boolean_conversion_weak_test

Will bisect locally.

tools/bisect.dart \
-Dend=262311772b2128ef778d0a1d189f0c6c51780132 \
-Dstart=751a47f942268c3c61561f4ee77466f1e5066930 \
-Dtest_command="python3 tools/test.py --build -n dartkp-weak-asserts-linux-release-x64 language/nnbd/boolean_conversion/boolean_conversion_weak_test" \
-Dfailure_string="Expect.throws(AssertionError) fails: Did not throw"

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardening

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions