We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are new test failures on [vm, gc] Add flag to disable write barrier elimination..
The tests
vm/dart/gc/chunked_binary_trees_array_test/0 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_array_test/1 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_array_test/2 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_array_test/3 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_test/0 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_test/1 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_test/2 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_test/3 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_test/4 Timeout (expected Pass) vm/dart/gc/chunked_binary_trees_test/5 Timeout (expected Pass)
are failing on configurations
vm-aot-android-release-arm_x64 vm-aot-linux-release-simarm_x64 vm-reload-linux-debug-x64
Specific list of which versions are failing on which configuration follows, including an example log for one of the versions:
vm-aot-android-release-arm_x64
/1
vm-aot-linux-release-arm_x64
/0
/3
vm-reload-linux-debug-x64
/5
/cc @rmacnak-google
The text was updated successfully, but these errors were encountered:
[test] Skip chunked_binary_trees tests on slower configurations.
327d425
Bug: #52924 Change-Id: Iece24184411f1fdbc63903d893654c74aed3de55 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/313289 Reviewed-by: Alexander Aprelev <aam@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
979adb2
Bug: dart-lang#52924 Change-Id: Iece24184411f1fdbc63903d893654c74aed3de55 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/313289 Reviewed-by: Alexander Aprelev <aam@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
This test is still timing out (and flakily so).
https://dart-current-results.web.app/#/filter=vm/dart/gc/chunked_binary_trees_test&showAll
All timing out configs are x64 debug. (Why would that config be slower?)
One config is now reliably timing out.
Sorry, something went wrong.
[test] More systematically mark GC stress tests as slow.
27a2c2e
Bug: #52924 Bug: #53551 Change-Id: Ic6470294a6f9f57b8c9e653cda1bc371d4902c88 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/333055 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
rmacnak-google
No branches or pull requests
There are new test failures on [vm, gc] Add flag to disable write barrier elimination..
The tests
are failing on configurations
Specific list of which versions are failing on which configuration follows, including an example log for one of the versions:
vm-aot-android-release-arm_x64
: just/1
vm-aot-linux-release-arm_x64
:/0
-/3
vm-reload-linux-debug-x64
:/0
-/5
/cc @rmacnak-google
The text was updated successfully, but these errors were encountered: