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.21k stars 1.57k forks source link

MutatorMarkerRace_DetectInTLAB test compile error on GCC #56962

Open liamappelbe opened 2 hours ago

liamappelbe commented 2 hours ago

The GCC bot doesn't like the new MutatorMarkerRace_DetectInTLAB test added in https://dart-review.googlesource.com/c/sdk/+/390263

Logs: https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8733223566365977505/+/u/build_dart_debug_ia32/stdout

dart-github-bot commented 2 hours ago

Summary: The MutatorMarkerRace_DetectInTLAB test, introduced in CL 390263, fails to compile on GCC. The GCC bot reports a compilation error, and the logs provide details of the failure.