dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.24k stars 1.57k forks source link

Flaky failures on x64c unrelated to commits #47490

Open askeksa-google opened 3 years ago

askeksa-google commented 3 years ago

There are new test failures on dart2js_info: enable and fix lints, validate analysis on CI...Fix reporting of INSTANCE_ACCESS_TO_STATIC_MEMBER from within an extension..

The tests

corelib_2/string_case_test/01 RuntimeError (expected Pass)
corelib_2/symbol_reserved_word_test/09 RuntimeError (expected Pass)

are failing on configurations

dartk-linux-debug-x64c
a-siva commented 3 years ago

/cc @rmacnak-google @liamappelbe

a-siva commented 3 years ago

It looks like the tests went from being flaky to RuntimeErrors, hence the unrelated CL triggering it. See for logs