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

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

Issue 2396433008: [wasm] Add guard regions to end of WebAssembly.Memory buffers (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/v8/v8 into guard-pages 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'ignition/*': [SKIP], 679 'ignition/*': [SKIP],
680 'lithium/*': [SKIP], 680 'lithium/*': [SKIP],
681 'third_party/*': [SKIP], 681 'third_party/*': [SKIP],
682 'tools/*': [SKIP], 682 'tools/*': [SKIP],
683 'apply': [SKIP], 683 'apply': [SKIP],
684 'math-*': [SKIP], 684 'math-*': [SKIP],
685 'unicode-test': [SKIP], 685 'unicode-test': [SKIP],
686 'whitespaces': [SKIP], 686 'whitespaces': [SKIP],
687 }], # variant == asm_wasm 687 }], # variant == asm_wasm
688 688
689 ['variant == wasm_traps', {
690 # Skip stuff uninteresting for wasm traps
691 'bugs/*': [SKIP],
692 'compiler/*': [SKIP],
693 'es6/*': [SKIP],
694 'es7/*': [SKIP],
695 'es8/*': [SKIP],
696 'harmony/*': [SKIP],
697 'ignition/*': [SKIP],
698 'lithium/*': [SKIP],
699 'third_party/*': [SKIP],
700 'tools/*': [SKIP],
701 'apply': [SKIP],
702 'math-*': [SKIP],
703 'unicode-test': [SKIP],
704 'whitespaces': [SKIP],
705 }], # variant == wasm_traps
706
689 ] 707 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698