-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Text.Jsontest-enhancementImprovements of test source codeImprovements of test source code
Milestone
Description
Running System.Text.Json.Tests with wasm/AOT crashes V8, and chrome. Issue: #86164
[22:06:45] info: [STRT] System.Text.Json.Serialization.Tests.StreamTests_DeserializeAsyncEnumerable.DeserializeAsyncEnumerable_ReadSimpleObjectAsync(count: 1000, bufferSize: 1000)
[22:06:56] info:
[22:06:56] info: <--- Last few GCs --->
[22:06:56] info:
[22:06:56] info: [70:0x560a9068c280] 63266 ms: Mark-Compact (reduce) 2048.2 (2071.2) -> 2048.2 (2071.2) MB, 667.36 / 0.00 ms (average mu = 0.728, current mu = 0.001) allocation failure; scavenge might not succeed
[22:06:56] info:
[22:06:56] info:
[22:06:56] info: <--- JS stacktrace --->
[22:06:56] info:
[22:06:56] info:
[22:06:56] info: #
[22:06:56] info: # Fatal JavaScript out of memory: Reached heap limit
[22:06:56] info: #
[22:06:56] info:
[22:07:23] info: /home/helixbot/.jsvu/bin/v8: line 2: 70 Trace/breakpoint trap (core dumped) "/home/helixbot/.jsvu/engines/v8/v8" --snapshot_blob="/home/helixbot/.jsvu/engines/v8/snapshot_blob.bin" "$@"
[22:07:23] info: Process v8 exited with 133
We run into limits while trying to run this test suite, and try to work around that in different ways. It would be extremely useful to possibly run the tests in parts. But I'm not sure how we could split this up. We could either split this into multiple projects if there is a good logical boundary for that. Or we could pick handful of big classes, and explicitly run them in a separate helix job.
cc @kg @pavelsavara for more details on the issues we are running into.
cc @eiriktsarpalis
Metadata
Metadata
Assignees
Labels
area-System.Text.Jsontest-enhancementImprovements of test source codeImprovements of test source code