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

[browser] Use standard xunit test runner on multithreaded runtime #91317

Merged
merged 47 commits into from
Feb 15, 2024

Commits on Aug 30, 2023

  1. wip

    maraf committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    21f008e View commit details
    Browse the repository at this point in the history
  2. Fix -mt argument position

    maraf committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    dde8bd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    fceb4e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge remote-tracking branch 'upstream/main' into WasmXharnessThreads

    # Conflicts:
    #	src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs
    maraf committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d355f0e View commit details
    Browse the repository at this point in the history
  2. Add test assembly to VFS

    maraf committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5e08c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fe73a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d07c3f8 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into WasmXharnessThreads

    # Conflicts:
    #	src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs
    maraf committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d85d057 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    21b9f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1aecce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0200dd8 View commit details
    Browse the repository at this point in the history
  4. Move start log after arg check

    maraf committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e09edaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d74e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    f24ec62 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge remote-tracking branch 'upstream/main' into WasmXharnessThreads

    # Conflicts:
    #	src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs
    maraf committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0111ebf View commit details
    Browse the repository at this point in the history
  2. Remove comments

    maraf committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6c775c6 View commit details
    Browse the repository at this point in the history
  3. Ignore warning

    maraf committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    76fdc01 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    22a9a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f4917 View commit details
    Browse the repository at this point in the history
  3. Remove unused using

    maraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3358756 View commit details
    Browse the repository at this point in the history
  4. Rename entrypoint class name

    maraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    284a3fa View commit details
    Browse the repository at this point in the history
  5. Fix envvar value

    maraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d592e58 View commit details
    Browse the repository at this point in the history
  6. REVERT: Test thread ID logging

    maraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0e875a7 View commit details
    Browse the repository at this point in the history
  7. Fix

    maraf committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d169ae2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Revert "REVERT: Test thread ID logging"

    This reverts commit 0e875a7.
    maraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a6b175d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into WasmXharnessThreads

    # Conflicts:
    #	src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs
    maraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f097fd1 View commit details
    Browse the repository at this point in the history
  3. Cleanup usings

    maraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5cf9333 View commit details
    Browse the repository at this point in the history
  4. Fix envvar value

    maraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    456e6ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    803c3db View commit details
    Browse the repository at this point in the history
  6. Try non-background execution

    maraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ada85ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1583e0 View commit details
    Browse the repository at this point in the history
  8. Revert "Try non-background execution"

    This reverts commit ada85ee.
    maraf committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b73131f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    35e74f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Pass verbosity to XHarness

    maraf committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d8636c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eee150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66daeee View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    cd07f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3cac81 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Testing RunInParallel

    maraf committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    44b5609 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Merge remote-tracking branch 'upstream/main' into WasmXharnessThreads

    # Conflicts:
    #	eng/testing/tests.browser.targets
    #	src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs
    #	src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj
    #	src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
    #	src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj
    #	src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj
    #	src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj
    #	src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj
    maraf committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b01bbbe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix build

    maraf committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    abeaccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f54df View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Test 8 threads

    maraf committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dff6fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8414a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Remove RunInParallel

    maraf authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4a15238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f463525 View commit details
    Browse the repository at this point in the history
  3. Document verbosity values

    maraf authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c8a3435 View commit details
    Browse the repository at this point in the history