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

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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'ignition/*': [SKIP], 695 'ignition/*': [SKIP],
696 'lithium/*': [SKIP], 696 'lithium/*': [SKIP],
697 'third_party/*': [SKIP], 697 'third_party/*': [SKIP],
698 'tools/*': [SKIP], 698 'tools/*': [SKIP],
699 'apply': [SKIP], 699 'apply': [SKIP],
700 'math-*': [SKIP], 700 'math-*': [SKIP],
701 'unicode-test': [SKIP], 701 'unicode-test': [SKIP],
702 'whitespaces': [SKIP], 702 'whitespaces': [SKIP],
703 }], # variant == asm_wasm 703 }], # variant == asm_wasm
704 704
705 ['variant == wasm_traps', {
706 # Skip stuff uninteresting for wasm traps
707 'bugs/*': [SKIP],
708 'compiler/*': [SKIP],
709 'es6/*': [SKIP],
710 'es7/*': [SKIP],
711 'es8/*': [SKIP],
712 'harmony/*': [SKIP],
713 'ignition/*': [SKIP],
714 'lithium/*': [SKIP],
715 'third_party/*': [SKIP],
716 'tools/*': [SKIP],
717 'apply': [SKIP],
718 'math-*': [SKIP],
719 'unicode-test': [SKIP],
720 'whitespaces': [SKIP],
721 }], # variant == wasm_traps
722
Michael Achenbach 2016/11/04 17:52:54 What about cctest? https://cs.chromium.org/chromiu
Michael Achenbach 2016/11/08 07:51:08 Please also take a look at cctest as mentioned abo
Eric Holk 2016/11/08 23:58:15 I originally had blocked cctests too, but I decide
Eric Holk 2016/11/08 23:58:15 Is there a way to invert one of the skip patterns?
Michael Achenbach 2016/11/09 08:05:32 No, this feature doesn't exist. We're misusing the
705 ] 723 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698