=== Failure summary:
FAILED: none-vm-checked release_ia32 corelib_2/bigint_from_test
Expected: Pass
Actual: RuntimeError
--- Command "vm" (took 710ms):
DART_CONFIGURATION=ReleaseIA32 out/ReleaseIA32/dart --enable_asserts --enable_type_checks --optimization-counter-threshold=5 --reify-generic-functions --limit-ints-to-64-bits --sync-async --ignore-unrecognized-flags --packages=/mnt/data/b/build/slave/vm-linux-release-ia32-optcounter-threshold-be/build/sdk/.packages /mnt/data/b/build/slave/vm-linux-release-ia32-optcounter-threshold-be/build/sdk/tests/corelib_2/bigint_from_test.dart
exit code:
255
stderr:
Unhandled exception:
Expect.equals(expected: <-4294967297>, actual: <-3221225473>) fails.
#0 Expect._fail (package:expect/expect.dart:566:5)
#1 Expect.equals (package:expect/expect.dart:121:7)
#2 testInt (file:///mnt/data/b/build/slave/vm-linux-release-ia32-optcounter-threshold-be/build/sdk/tests/corelib_2/bigint_from_test.dart:61:10)
#3 main (file:///mnt/data/b/build/slave/vm-linux-release-ia32-optcounter-threshold-be/build/sdk/tests/corelib_2/bigint_from_test.dart:14:5)
#4 _startIsolate.<anonymous closure> (dart:isolate-patch/dart:isolate/isolate_patch.dart:279)
#5 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:165)
--- Re-run this test:
python tools/test.py -m release -a ia32 --checked --vm-options --optimization-counter-threshold=5 corelib_2/bigint_from_test
/cc @lrhn @crelier @alexmarkov