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

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

Issue 2105013004: Explicitly Disallow heap allocation when wasm memory references are updated (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix tests Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'compiler/osr-big': [SKIP], 879 'compiler/osr-big': [SKIP],
880 'compiler/osr-nested': [SKIP], 880 'compiler/osr-nested': [SKIP],
881 'regress/regress-298269': [SKIP], 881 'regress/regress-298269': [SKIP],
882 'regress/regress-crbug-319860': [SKIP], 882 'regress/regress-crbug-319860': [SKIP],
883 'regress/regress-deep-proto': [SKIP], 883 'regress/regress-deep-proto': [SKIP],
884 'try': [SKIP], 884 'try': [SKIP],
885 # Too slow for interpreter and msan. 885 # Too slow for interpreter and msan.
886 'es6/tail-call-megatest*': [SKIP], 886 'es6/tail-call-megatest*': [SKIP],
887 }], # (ignition or ignition_turbofan) and msan 887 }], # (ignition or ignition_turbofan) and msan
888 888
889 ['system == windows and arch == ia32', {
890 # TODO(gdeepti): Flaky on multiple runs, windows nosnap crashes
891 'wasm/grow-memory': [SKIP],
892 }], # 'system == windows'
893
894 ############################################################################## 889 ##############################################################################
895 ['gcov_coverage', { 890 ['gcov_coverage', {
896 # Tests taking too long. 891 # Tests taking too long.
897 'array-functions-prototype-misc': [SKIP], 892 'array-functions-prototype-misc': [SKIP],
898 893
899 # Stack overflow. 894 # Stack overflow.
900 'big-array-literal': [SKIP], 895 'big-array-literal': [SKIP],
901 }], # 'gcov_coverage' 896 }], # 'gcov_coverage'
902 897
903 ] 898 ]
OLDNEW
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698