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

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2530503002: [wasm][asm.js] Routing asm.js warnings to the dev console. (Closed)
Patch Set: merge Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/enable_asmjs/http/tests/asmjs/README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "color_space", 3 "prefix": "color_space",
4 "base": "fast/canvas/color-space", 4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering", 5 "args": ["--enable-color-correct-rendering",
6 "--enable-true-color-rendering"] 6 "--enable-true-color-rendering"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "prefix": "scalefactor150", 294 "prefix": "scalefactor150",
295 "base": "fast/events/synthetic-events", 295 "base": "fast/events/synthetic-events",
296 "args": ["--force-device-scale-factor=1.5"] 296 "args": ["--force-device-scale-factor=1.5"]
297 }, 297 },
298 { 298 {
299 "prefix": "enable_wasm", 299 "prefix": "enable_wasm",
300 "base": "http/tests/wasm", 300 "base": "http/tests/wasm",
301 "args": ["--enable-features=WebAssembly"] 301 "args": ["--enable-features=WebAssembly"]
302 }, 302 },
303 { 303 {
304 "prefix": "enable_asmjs",
305 "base": "http/tests/asmjs",
306 "args": ["--enable-features=AsmJsToWebAssembly"]
307 },
308 {
304 "prefix": "disable-mojo-service-worker", 309 "prefix": "disable-mojo-service-worker",
305 "base": "http/tests/serviceworker", 310 "base": "http/tests/serviceworker",
306 "args": ["--disable-mojo-service-worker"] 311 "args": ["--disable-mojo-service-worker"]
307 }, 312 },
308 { 313 {
309 "prefix": "service-worker-navigation-preload", 314 "prefix": "service-worker-navigation-preload",
310 "base": "http/tests/serviceworker", 315 "base": "http/tests/serviceworker",
311 "args": ["--enable-features=ServiceWorkerNavigationPreload"] 316 "args": ["--enable-features=ServiceWorkerNavigationPreload"]
312 }, 317 },
313 { 318 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "prefix": "spinvalidation", 354 "prefix": "spinvalidation",
350 "base": "paint", 355 "base": "paint",
351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
352 }, 357 },
353 { 358 {
354 "prefix": "spinvalidation", 359 "prefix": "spinvalidation",
355 "base": "svg", 360 "base": "svg",
356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
357 } 362 }
358 ] 363 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/enable_asmjs/http/tests/asmjs/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698