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

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

Issue 133443009: A64: Synchronize with r17441. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/manual-parallel-recompile.js ('k') | test/mjsunit/number-tostring-add.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 13 matching lines...) Expand all
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 28
29 # All tests in the bug directory are expected to fail. 29 # All tests in the bug directory are expected to fail.
30 [ 30 [
31 [ALWAYS, { 31 [ALWAYS, {
32 'bugs/*': [FAIL], 32 'bugs/*': [FAIL],
33 33
34 # TODO(mvstanton) Re-enable when the performance is bearable again.
35 'regress/regress-2185-2': [SKIP],
36
34 ############################################################################## 37 ##############################################################################
35 # Fails. 38 # Fails.
36 'regress/regress-1119': [FAIL], 39 'regress/regress-1119': [FAIL],
37 40
38 # Issue 1719: Slow to collect arrays over several contexts. 41 # Issue 1719: Slow to collect arrays over several contexts.
39 'regress/regress-524': [SKIP], 42 'regress/regress-524': [SKIP],
40 # When that bug is fixed, revert the expectation to: 43 # When that bug is fixed, revert the expectation to:
41 # Skip long running test in debug and allow it to timeout in release mode. 44 # Skip long running test in debug and allow it to timeout in release mode.
42 # regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 45 # regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
43 46
44 # This test non-deterministically runs out of memory on Windows ia32. 47 # This test non-deterministically runs out of memory on Windows ia32.
45 'regress/regress-crbug-160010': [SKIP], 48 'regress/regress-crbug-160010': [SKIP],
46 49
47 ############################################################################## 50 ##############################################################################
48 # Too slow in debug mode with --stress-opt mode. 51 # Too slow in debug mode with --stress-opt mode.
49 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 52 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
50 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 53 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
51 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 54 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
52 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 55 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
53 'regress/regress-2612': [PASS, ['mode == debug', SKIP]],
54 56
55 ############################################################################## 57 ##############################################################################
56 # Too slow in debug mode for GC stress mode. 58 # Too slow in debug mode for GC stress mode.
57 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 59 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
58 60
59 ############################################################################## 61 ##############################################################################
62 # Only regexp stuff tested, no need for extensive Crankshaft tests.
63 'regexp-global': [PASS, NO_VARIANTS],
64
65 ##############################################################################
66 # No need to waste time for this test.
67 'd8-performance-now': [PASS, NO_VARIANTS],
68
69 ##############################################################################
60 # These use a built-in that's only present in debug mode. They take 70 # These use a built-in that's only present in debug mode. They take
61 # too long to run in debug mode on ARM and MIPS. 71 # too long to run in debug mode on ARM and MIPS.
62 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro id_arm or arch == mipsel', SKIP]], 72 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro id_arm or arch == mipsel', SKIP]],
63 73
64 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]], 74 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]],
65 75
66 # Issue 488: this test sometimes times out. 76 # Issue 488: this test sometimes times out.
67 'array-constructor': [PASS, TIMEOUT], 77 'array-constructor': [PASS, TIMEOUT],
68 78
69 # Very slow on ARM and MIPS, contains no architecture dependent code. 79 # Very slow on ARM and MIPS, contains no architecture dependent code.
70 'unicode-case-overoptimization': [PASS, ['arch == arm or arch == android_arm o r arch == mipsel', TIMEOUT]], 80 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == mipsel', TIMEOUT]],
71 81
72 ############################################################################## 82 ##############################################################################
73 # This test expects to reach a certain recursion depth, which may not work 83 # This test expects to reach a certain recursion depth, which may not work
74 # for debug mode. 84 # for debug mode.
75 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 85 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
76 86
77 ############################################################################## 87 ##############################################################################
78 # Skip long running tests that time out in debug mode. 88 # Skip long running tests that time out in debug mode.
79 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 89 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
80 90
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'never-optimize': [SKIP], 310 'never-optimize': [SKIP],
301 'regress/regress-2185-2': [SKIP], 311 'regress/regress-2185-2': [SKIP],
302 'harmony/object-observe': [SKIP], 312 'harmony/object-observe': [SKIP],
303 'readonly': [SKIP], 313 'readonly': [SKIP],
304 'array-feedback': [SKIP], 314 'array-feedback': [SKIP],
305 315
306 # Deopt every n garbage collections collides with the deopt every n times flag . 316 # Deopt every n garbage collections collides with the deopt every n times flag .
307 'regress/regress-2653': [SKIP], 317 'regress/regress-2653': [SKIP],
308 }], # 'deopt_fuzzer == True' 318 }], # 'deopt_fuzzer == True'
309 ] 319 ]
OLDNEW
« no previous file with comments | « test/mjsunit/manual-parallel-recompile.js ('k') | test/mjsunit/number-tostring-add.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698