Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Disable runtime test dependent on creating a process #88498

Merged
merged 1 commit into from
Jul 7, 2023

Commits on Jul 6, 2023

  1. [wasm] Disable runtime test dependent on creating a process

    `tracing/eventpipe/simpleruntimeeventvalidation`:
    
    ```
              Generated app bundle at /root/helix/work/workitem/e/tracing/eventpipe/simpleruntimeeventvalidation/simpleruntimeeventvalidation/WasmApp/
            Incoming arguments: --run simpleruntimeeventvalidation.dll
            Application arguments: --run simpleruntimeeventvalidation.dll
            console.info: Initializing dotnet version 8.0.0-ci commit hash f47b553f129cfa7f006cb1a2f2088112c5ca0112
              0.0s: ==TEST STARTING==
              0.1s: System.PlatformNotSupportedException: System.Diagnostics.Process is not supported on this platform.
               at System.Diagnostics.Process.GetCurrentProcess()
               at Tracing.Tests.Common.IpcTraceTest.Validate(Boolean enableRundownProvider)
               at Tracing.Tests.Common.IpcTraceTest.RunAndValidateEventCounts(Dictionary`2 expectedEventCounts, Action eventGeneratingAction, List`1 providers, Int32 circularBufferMB, Func`2 optionalTraceValidator, Boolean enableRundownProvider)
              0.1s: ==TEST FINISHED: FAILED!==
            test-main.js exiting simpleruntimeeventvalidation.dll with result -1
            console.info: WASM EXIT -1
    ```
    
    This was added in dotnet#87785, but got
    merged on red.
    radical committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5395730 View commit details
    Browse the repository at this point in the history