You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Test dotty.tools.dotc.profile.ChromeTraceTest.traceDurationEvents failed: java.lang.AssertionError: null, took 0.041 sec
Error: at dotty.tools.dotc.profile.ChromeTraceTest$$anon$3.applyOrElse(ChromeTraceTest.scala:87)
Error: at dotty.tools.dotc.profile.ChromeTraceTest$$anon$3.applyOrElse(ChromeTraceTest.scala:63)
Error: at dotty.tools.dotc.profile.ChromeTraceTest.testTraceOutputs(ChromeTraceTest.scala:21)
Error: at dotty.tools.dotc.profile.ChromeTraceTest.traceDurationEvents(ChromeTraceTest.scala:91)
Error: ...
...but it seems it's flaky...
Error: All tests passed after retry, indicating that some tests are flaky.
Error: This build is configured to reject flaky tests.
Error: Failed: Total 672, Failed 0, Errors 0, Passed 672, Ignored 8
Error: (scala3-compiler-bootstrapped / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
Error: Total time: 1937 s (32:17), completed Nov 4, 2024 4:46:52 AM
The traces indicate that assertions for the duration of events were incorrect - operation finished faster then expected. It might be related to Windows specific LockSupport.park implementation. AFAIR it can continue execution a bit earlier then expected. I'll try to improve the tests when I'm back on Wednesday
See https://github.com/scala/scala3/actions/runs/11657389191
The text was updated successfully, but these errors were encountered: