Skip to content

Conversation

@radical
Copy link
Member

@radical radical commented May 25, 2023

Fix running merged test wrappers for runtime tests:

Issue - there are ~6700 fewer tests running.
The reason is that all the new merged test wrappers get removed from running because they are looking for the incorrect run script in case of wasm.

This got disabled by:

commit 0b9ff150a9a30c856fcb0f25c7616f065d9c0bd6
Author: Bruce Forstall <[email protected]>
Date:   Thu Apr 27 15:51:07 2023 -0700

    Try to fix _MergedWrapperMarker (#85476)

    Don't include markers without execution scripts

@ghost
Copy link

ghost commented May 25, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: radical
Assignees: -
Labels:

arch-wasm, area-Infrastructure-mono, test-failure

Milestone: -

radical added 2 commits May 25, 2023 11:45
- These were all getting removed because it looked for the incorrect
  script path in case of wasm
```
Operation is not supported on this platform.
   at System.Threading.Thread.ThrowIfNoThreadStart(Boolean internalThread)
   at System.Threading.Thread.Start(Boolean captureContext, Boolean internalThread)
   at System.Threading.Thread.Start()
   at MutualThdRecur_fptr.main()
   at Program.<>c__DisplayClass0_0.<<Main>$>g__TestExecutor29|30(TestFilter filter, StreamWriter tempLogSw, StreamWriter statsCsvSw)
```
@radical radical force-pushed the wasm-runtime-tests branch from d383458 to cfd2073 Compare May 25, 2023 15:45
@radical radical marked this pull request as ready for review May 25, 2023 15:47
@radical radical changed the title [wasm] Fix running merged test wrappers for runtime tests [wasm] Re-enable ~6700 runtime tests that got disabled mistakenly May 25, 2023
`JIT/Performance/CodeQuality/Benchstones/MDBenchI/MDPuzzle/`
dotnet#86772
@radical
Copy link
Member Author

radical commented May 26, 2023

The coreclr failure is known, and unrelated to this PR.

@radical radical merged commit 4f11352 into dotnet:main May 26, 2023
@radical radical deleted the wasm-runtime-tests branch May 26, 2023 03:55
@BruceForstall
Copy link
Contributor

@radical Sorry for the trouble, and thanks for making the fix (fwiw, I was on vacation so didn't see this when you requested a review)

@radical
Copy link
Member Author

radical commented Jun 12, 2023

@radical Sorry for the trouble, and thanks for making the fix (fwiw, I was on vacation so didn't see this when you requested a review)

no worries!

@ghost ghost locked as resolved and limited conversation to collaborators Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants