Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

co19_2/LibTest/io/Process/killPid_A01_t01 flaky -> RuntimeError #48640

Open
alexmarkov opened this issue Mar 22, 2022 · 3 comments
Open

co19_2/LibTest/io/Process/killPid_A01_t01 flaky -> RuntimeError #48640

alexmarkov opened this issue Mar 22, 2022 · 3 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening library-io

Comments

@alexmarkov
Copy link
Contributor

There are new test failures on [macro] Support fresh names in MacroExecutor.buildAugmentationLibrary.

The tests

co19_2/LibTest/io/Process/killPid_A01_t01 RuntimeError (expected Pass)

are failing on configurations

dartk-win-release-x64

This test flipped from flaky to RuntimeError. Log:

--- Command "vm" (took 01.000562s):
set DART_CONFIGURATION=ReleaseX64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=C:\b\s\w\ir\out\ReleaseX64\crashpad_handler.exe & out\ReleaseX64\dart.exe -Dtest_runner.configuration=dartk-win-release-x64 --ignore-unrecognized-flags --packages=C:\b\s\w\ir\.packages C:\b\s\w\ir\tests\co19_2\src\LibTest\io\Process\killPid_A01_t01.dart

exit code:
255

stdout:
unittest-suite-wait-for-done

stderr:
Unhandled exception:
Expect.isFalse(true) fails.
#0      _fail (file:///C:/b/s/w/ir/tests/co19_2/src/Utils/expect.dart:22:5)
#1      Expect.isFalse (file:///C:/b/s/w/ir/tests/co19_2/src/Utils/expect_common.dart:49:5)
#2      main.<anonymous closure> (file:///C:/b/s/w/ir/tests/co19_2/src/LibTest/io/Process/killPid_A01_t01.dart:49:14)
<asynchronous suspension>

--- Re-run this test:
python3 tools/test.py -n dartk-win-release-x64 co19_2/LibTest/io/Process/killPid_A01_t01

https://dart-ci.appspot.com/log/vm-kernel-win-release-x64/dartk-win-release-x64/20723/co19_2/LibTest/io/Process/killPid_A01_t01

@alexmarkov alexmarkov added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io gardening labels Mar 22, 2022
@alexmarkov
Copy link
Contributor Author

co19_2/LibTest/io/Process/killPid_A01_t02 also flipped flaky -> RuntimeError on dartk-win-release-x64 configuration.

@dcharkes
Copy link
Contributor

dcharkes commented Jun 7, 2022

Also win32:

--- Command "vm" (took 03.000452s):
set DART_CONFIGURATION=ReleaseIA32 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=C:\b\s\w\ir\out\ReleaseIA32\crashpad_handler.exe & out\ReleaseIA32\dart.exe --sound-null-safety -Dtest_runner.configuration=dartk-strong-win-release-ia32 --ignore-unrecognized-flags --packages=C:\b\s\w\ir\.dart_tool\package_config.json C:\b\s\w\ir\tests\co19\src\LibTest\io\Process\killPid_A01_t01.dart

exit code:
255

stdout:
unittest-suite-wait-for-done

stderr:
Unhandled exception:
Expect.isFalse(true) fails.
#0      _fail (file:///C:/b/s/w/ir/tests/co19/src/Utils/expect.dart:18:5)
#1      Expect.isFalse (file:///C:/b/s/w/ir/tests/co19/src/Utils/expect_common.dart:31:7)
#2      main.<anonymous closure> (file:///C:/b/s/w/ir/tests/co19/src/LibTest/io/Process/killPid_A01_t01.dart:46:14)
<asynchronous suspension>

--- Re-run this test:
python3 tools/test.py -n dartk-strong-win-release-ia32 co19/LibTest/io/Process/killPid_A01_t01

log

@a-siva
Copy link
Contributor

a-siva commented Jun 30, 2022

co19_2/LibTest/io/Process/killPid_A01_t02 flipped flaky -> RuntimeError ondartk-win-release-x64 configuration.

/=======================================================================================================================\
| dartk-weak-asserts-win-release-x64:co19/LibTest/io/Process/killPid_A01_t02 failed again (RuntimeError, expected Pass) |
\=======================================================================================================================/

--- Command "vm" (took 745ms):
set DART_CONFIGURATION=ReleaseX64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=C:\b\s\w\ir\out\ReleaseX64\crashpad_handler.exe & out\ReleaseX64\dart.exe --enable_asserts --no-sound-null-safety -Dtest_runner.configuration=dartk-weak-asserts-win-release-x64 --ignore-unrecognized-flags --packages=C:\b\s\w\ir\.dart_tool\package_config.json C:\b\s\w\ir\tests\co19\src\LibTest\io\Process\killPid_A01_t02.dart

exit code:
255

stdout:
unittest-suite-wait-for-done

stderr:
Unhandled exception:
Expect.isFalse(true) fails.
#0      _fail (file:///C:/b/s/w/ir/tests/co19/src/Utils/expect.dart:18:5)
#1      Expect.isFalse (file:///C:/b/s/w/ir/tests/co19/src/Utils/expect_common.dart:31:7)
#2      main.<anonymous closure> (file:///C:/b/s/w/ir/tests/co19/src/LibTest/io/Process/killPid_A01_t02.dart:49:14)
<asynchronous suspension>

--- Re-run this test:
python3 tools/test.py -n dartk-weak-asserts-win-release-x64 co19/LibTest/io/Process/killPid_A01_t02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening library-io
Projects
None yet
Development

No branches or pull requests

3 participants