Skip to content

Commit

Permalink
Web tests: Rename external/wpt/raw-sockets -> direct-sockets.
Browse files Browse the repository at this point in the history
Following WICG/direct-sockets#10, the tests
directory is renamed and all references are updated.

Change-Id: I09ee495850666bc8dbe9964835c86aaf89ace555
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3347248
Auto-Submit: Andrew Rayskiy <greengrape@google.com>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Haiyang Pan <hypan@google.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#953748}
NOKEYCHECK=True
GitOrigin-RevId: 1836d88793d920e5a1e71946aef66582e6b2d3eb
  • Loading branch information
GrapeGreen authored and copybara-github committed Dec 23, 2021
1 parent 6d222c1 commit fef7534
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions blink/web_tests/NeverFixTests
Original file line number Diff line number Diff line change
Expand Up @@ -1819,8 +1819,8 @@ virtual/passive-fingerprinting/http/tests/navigation/frozen-useragent.html [ Pas
# This test run under virtual suites only.
crbug.com/1018640 external/wpt/web-bundle/wbn-from-network/* [ Skip ]
virtual/wbn-from-network/external/wpt/web-bundle/wbn-from-network/* [ Pass ]
crbug.com/1119600 external/wpt/raw-sockets/* [ Skip ]
virtual/direct-sockets/external/wpt/raw-sockets/* [ Pass ]
crbug.com/1119600 external/wpt/direct-sockets/* [ Skip ]
virtual/direct-sockets/external/wpt/direct-sockets/* [ Pass ]
crbug.com/1082020 http/tests/loading/wbn/origin-trial/* [ Skip ]
virtual/subresource-web-bundles-disabled/http/tests/loading/wbn/origin-trial/* [ Pass ]

Expand Down
2 changes: 1 addition & 1 deletion blink/web_tests/VirtualTestSuites
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
},
{
"prefix": "direct-sockets",
"bases": ["external/wpt/raw-sockets"],
"bases": ["external/wpt/direct-sockets"],
"args": ["--enable-features=DirectSockets"]
},
{
Expand Down
6 changes: 3 additions & 3 deletions blink/web_tests/android/WebviewWPTExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -4006,9 +4006,9 @@ crbug.com/1050754 external/wpt/quirks/percentage-height-calculation.html [ Failu
crbug.com/1050754 external/wpt/quirks/table-cell-nowrap-minimum-width-calculation.html [ Failure ]
crbug.com/1050754 external/wpt/quirks/table-cell-width-calculation.html [ Failure ]
crbug.com/1050754 external/wpt/quirks/unitless-length/excluded-properties-003.html [ Failure Pass ]
crbug.com/1050754 external/wpt/raw-sockets/open-consume-activation.https.html [ Failure ]
crbug.com/1050754 external/wpt/raw-sockets/open-without-user-gesture.https.html [ Failure ]
crbug.com/1050754 external/wpt/raw-sockets/remotePort-required.https.html [ Failure ]
crbug.com/1050754 external/wpt/direct-sockets/open-consume-activation.https.html [ Failure ]
crbug.com/1050754 external/wpt/direct-sockets/open-without-user-gesture.https.html [ Failure ]
crbug.com/1050754 external/wpt/direct-sockets/remotePort-required.https.html [ Failure ]
crbug.com/1050754 external/wpt/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html [ Failure ]
crbug.com/1050754 external/wpt/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/sharedworker-classic.http.html [ Failure ]
crbug.com/1050754 external/wpt/referrer-policy/4K+1/gen/top.http-rp/same-origin/sharedworker-classic.http.html [ Failure ]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This suite runs external/wpt/direct-sockets/ with
# --enable-features=DirectSockets.

This file was deleted.

0 comments on commit fef7534

Please sign in to comment.