It seems that dotnet/coreclr#14043 introduced four failures in the CoreFX baseline tests:
- System.IO.Tests.File_Create_Tests.FileSystemWatcher_File_Create
- System.IO.Tests.FileSystemWatcherTests_netstandard17.EndInit_ResumesPausedEnableRaisingEvents
- System.IO.Tests.FileSystemWatcherTests_netstandard17.EndInit_ResumesPausedEnableRaisingEvents(setBeforeBeginInit: True)
- System.IO.Tests.FileSystemWatcherTests_netstandard17.EndInit_ResumesPausedEnableRaisingEvents(setBeforeBeginInit: False)
These were first detected in dotnet/coreclr#14119 (Job: https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_ubuntu_corefx_baseline_prtest/98/). But they also appeared earlier in the daily runs of the job: https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_ubuntu_corefx_baseline/298/.
NOTE: It wasn't detected earlier due to other build failures in the job that was caused by an unrelated change.
I did validate that it repro's as of the PR commit (555f436), but not in the commit prior to that (5d37885).
It seems that dotnet/coreclr#14043 introduced four failures in the CoreFX baseline tests:
These were first detected in dotnet/coreclr#14119 (Job: https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_ubuntu_corefx_baseline_prtest/98/). But they also appeared earlier in the daily runs of the job: https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_ubuntu_corefx_baseline/298/.
NOTE: It wasn't detected earlier due to other build failures in the job that was caused by an unrelated change.
I did validate that it repro's as of the PR commit (555f436), but not in the commit prior to that (5d37885).