Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2860303002: Run SharedArrayBuffer WPT tests in virtual/sharedarraybuffer testsuite (Closed)
Patch Set: add comment to ExtractNonSharedArrayBuffers and merge HEAD Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index c87aff3b06836dc454953ffeec2d5a2701a232e1..8f5707b4802af24e0edd48be480c0a4e09f214b4 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -216,6 +216,12 @@
},
{
"prefix": "sharedarraybuffer",
+ "base": "external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers",
+ "args": ["--js-flags=--harmony-sharedarraybuffer",
+ "--enable-blink-features=SharedArrayBuffer"]
+ },
+ {
+ "prefix": "sharedarraybuffer",
"base": "fast/beacon",
"args": ["--js-flags=--harmony-sharedarraybuffer",
"--enable-blink-features=SharedArrayBuffer"]

Powered by Google App Engine
This is Rietveld 408576698