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

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

Issue 2051043002: Implement Wasm GrowMemory opcode as a wasm runtime call (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review changes 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-opcodes.cc ('k') | test/mjsunit/wasm/grow-memory.js » ('j') | 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
889 ############################################################################## 894 ##############################################################################
890 ['gcov_coverage', { 895 ['gcov_coverage', {
891 # Tests taking too long. 896 # Tests taking too long.
892 'array-functions-prototype-misc': [SKIP], 897 'array-functions-prototype-misc': [SKIP],
893 898
894 # Stack overflow. 899 # Stack overflow.
895 'big-array-literal': [SKIP], 900 'big-array-literal': [SKIP],
896 }], # 'gcov_coverage' 901 }], # 'gcov_coverage'
897 902
898 ] 903 ]
OLDNEW
« no previous file with comments | « src/wasm/wasm-opcodes.cc ('k') | test/mjsunit/wasm/grow-memory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698