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

[WIP][wasm][testing] remote loop network tests via xharness and websocket #54289

Merged
merged 12 commits into from
Jun 22, 2021

Commits on Jun 21, 2021

  1. Makes it possible to run LoopbackServer tests with WASM

    - conditional compilation of LoopbackServer via #if TARGET_BROWSER
    - minimal implementation of WebSocketStream for the unit tests
    - simple SocketWrapper class to abstract Socket and WebSocket close/dispose/shutdown
    - added handlind of CORS headers and pre-flight requests as necessary
    
    - new xharness web server middleware
    - adding it to helix payload
    
    - better categorization of tests originally under 42852, 34690
    - new active issues 54153,37669,54156,54270,54160,53876,54163
    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    67f0bb8 View commit details
    Browse the repository at this point in the history
  2. fix

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6b7acde View commit details
    Browse the repository at this point in the history
  3. fix

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c261265 View commit details
    Browse the repository at this point in the history
  4. fix

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c018002 View commit details
    Browse the repository at this point in the history
  5. fix

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d229620 View commit details
    Browse the repository at this point in the history
  6. feedback

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    bca373a View commit details
    Browse the repository at this point in the history
  7. feedback

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    74dfcb4 View commit details
    Browse the repository at this point in the history
  8. feedback

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    42ad7fb View commit details
    Browse the repository at this point in the history
  9. feedback

    pavelsavara committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1b7b3fa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. feedback

    pavelsavara committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    81ea0a4 View commit details
    Browse the repository at this point in the history
  2. feedback

    pavelsavara committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0b58cd8 View commit details
    Browse the repository at this point in the history
  3. feedback

    pavelsavara committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6b43f3c View commit details
    Browse the repository at this point in the history