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

Side by Side Diff: test/cctest/cctest.status

Issue 2396433008: [wasm] Add guard regions to end of WebAssembly.Memory buffers (Closed)
Patch Set: Merging with master Created 4 years, 1 month 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 # Ongoing implementation of modules. 399 # Ongoing implementation of modules.
400 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 400 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
401 'test-modules/*': [SKIP], 401 'test-modules/*': [SKIP],
402 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 402 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
403 403
404 ############################################################################## 404 ##############################################################################
405 ['variant == asm_wasm', { 405 ['variant == asm_wasm', {
406 '*': [SKIP], 406 '*': [SKIP],
407 }], # variant == asm_wasm 407 }], # variant == asm_wasm
408 408
409 ##############################################################################
410 ['variant == wasm_traps', {
411 'test-accessors/*': [SKIP],
412 'test-api-interceptors/*': [SKIP],
413 'test-api/*': [SKIP],
414 'test-bignum-dtoa/*': [SKIP],
415 'test-cpu-profiler/*': [SKIP],
416 'test-debug/*': [SKIP],
417 'test-global-handles/*': [SKIP],
418 'test-heap-profiler/*': [SKIP],
419 'test-heap/*': [SKIP],
420 'test-inobject-slack-tracking/*': [SKIP],
421 'test-lockers/*': [SKIP],
422 'test-run-machops/*': [SKIP],
423 'test-serialize/*': [SKIP],
424 'test-strings/*': [SKIP],
425 'test-field-type-tracking/*': [SKIP],
426 'test-parsing/*': [SKIP],
427 'test-page-promotion/*': [SKIP],
428 'test-decls/*': [SKIP],
429 'test-log/*': [SKIP],
430 'test-gap-resolver/*': [SKIP],
431 'test-dtoa/*': [SKIP],
432 }], # variant == wasm_traps
433
409 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698