-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Not much information in the logs:
Output:
08:16:17.751 Running test: JIT/Directed/coverage/oldtests/tlstest_il_r/tlstest.dll
08:16:18.001 Failed test: JIT/Directed/coverage/oldtests/tlstest_il_r/tlstest.dll
Comments:
{ "HelixJobId": "517d00ed-60bb-4043-9a15-6268bcfef42a", "HelixWorkItemName": "Directed_r" }
Error message:
Object reference not set to an instance of an object.
Stack trace:
at tls.tlstest.Main()
at Program.<<Main>$>g__TestExecutor2|0_1(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
Instances from refs/heads/main:
#20230411.8 • [browser][non-icu] HybridGlobalization not supported on WASI (#84629) coreclr windows arm Checked no_tiered_compilation @ Windows.11.Arm64.Open
#20230412.1 • [browser][non-icu] HybridGlobalization not supported on WASI (#84629) coreclr windows arm Checked no_tiered_compilation @ Windows.11.Arm64.Open
#20230412.3 • JIT: Add an in-release flag to enable physical promotion (#84689) coreclr windows arm Checked no_tiered_compilation @ Windows.11.Arm64.Open
#20230412.12 • Zlib: Update zlib to v1.2.13, intel-zlib to v1.2.13_jtk (#84602) coreclr windows arm Checked no_tiered_compilation @ Windows.11.Arm64.Open
#20230413.2 • Revert "[browser] Wasm SDK packed as a nuget package (#84082)" (#84743) coreclr windows arm Checked no_tiered_compilation @ Windows.11.Arm64.Open
I started looking at this upon hitting the failure in
#20230413.1 • Fix type initialization ordering under R2R
and finding it unlikely to be from that PR.