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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2707243006: [SharedArrayBuffer] Prevent SharedArrayBuffer being used in Web APIs (Closed)
Patch Set: add some layout tests Created 3 years, 8 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 c782e8c327c60621a0f6958170675afab295eb54..1dbc0e7959cce8d4f3f0132a1b1ed2ffe23f318d 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -216,7 +216,13 @@
},
{
"prefix": "sharedarraybuffer",
- "base": "fast/workers",
+ "base": "fast",
+ "args": ["--js-flags=--harmony-sharedarraybuffer",
+ "--enable-blink-features=SharedArrayBuffer"]
+ },
+ {
+ "prefix": "sharedarraybuffer",
+ "base": "crypto",
"args": ["--js-flags=--harmony-sharedarraybuffer",
"--enable-blink-features=SharedArrayBuffer"]
},
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/crypto/random-values.js » ('j') | third_party/WebKit/Source/core/dom/NotShared.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698