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

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

Issue 210773003: Run tests on android_arm64. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | « no previous file | tools/run-tests.py » ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # Only regexp stuff tested, no need for extensive Crankshaft tests. 63 # Only regexp stuff tested, no need for extensive Crankshaft tests.
64 'regexp-global': [PASS, NO_VARIANTS], 64 'regexp-global': [PASS, NO_VARIANTS],
65 65
66 ############################################################################## 66 ##############################################################################
67 # No need to waste time for this test. 67 # No need to waste time for this test.
68 'd8-performance-now': [PASS, NO_VARIANTS], 68 'd8-performance-now': [PASS, NO_VARIANTS],
69 69
70 ############################################################################## 70 ##############################################################################
71 # These use a built-in that's only present in debug mode. They take 71 # These use a built-in that's only present in debug mode. They take
72 # too long to run in debug mode on ARM and MIPS. 72 # too long to run in debug mode on ARM and MIPS.
73 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro id_arm or arch == mipsel', SKIP]], 73 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro id_arm or arch == android_arm64 or arch == mipsel', SKIP]],
74 74
75 'big-object-literal': [PASS, ['arch == arm or arch == android_arm', SKIP]], 75 'big-object-literal': [PASS, ['arch == arm or arch == android_arm or arch == a ndroid_arm64', SKIP]],
76 76
77 # Issue 488: this test sometimes times out. 77 # Issue 488: this test sometimes times out.
78 'array-constructor': [PASS, TIMEOUT], 78 'array-constructor': [PASS, TIMEOUT],
79 79
80 # Very slow on ARM and MIPS, contains no architecture dependent code. 80 # Very slow on ARM and MIPS, contains no architecture dependent code.
81 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == mipsel', TIMEOUT]], 81 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel', TIMEOUT]],
82 82
83 ############################################################################## 83 ##############################################################################
84 # This test expects to reach a certain recursion depth, which may not work 84 # This test expects to reach a certain recursion depth, which may not work
85 # for debug mode. 85 # for debug mode.
86 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 86 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
87 87
88 ############################################################################## 88 ##############################################################################
89 # Skip long running tests that time out in debug mode. 89 # Skip long running tests that time out in debug mode.
90 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 90 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
91 91
92 ############################################################################## 92 ##############################################################################
93 # This test sets the umask on a per-process basis and hence cannot be 93 # This test sets the umask on a per-process basis and hence cannot be
94 # used in multi-threaded runs. 94 # used in multi-threaded runs.
95 # On android there is no /tmp directory. 95 # On android there is no /tmp directory.
96 'd8-os': [PASS, ['isolates or arch == android_arm or arch == android_ia32', SK IP]], 96 'd8-os': [PASS, ['isolates or arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
97 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_ia32', SKIP]], 97 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_arm64 o r arch == android_ia32', SKIP]],
98 98
99 ############################################################################## 99 ##############################################################################
100 # Long running test that reproduces memory leak and should be run manually. 100 # Long running test that reproduces memory leak and should be run manually.
101 'regress/regress-2073': [SKIP], 101 'regress/regress-2073': [SKIP],
102 102
103 ############################################################################## 103 ##############################################################################
104 # Tests verifying CHECK and ASSERT. 104 # Tests verifying CHECK and ASSERT.
105 'verify-check-false': [FAIL, NO_VARIANTS], 105 'verify-check-false': [FAIL, NO_VARIANTS],
106 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debu g', FAIL]], 106 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debu g', FAIL]],
107 107
(...skipping 22 matching lines...) Expand all
130 'd8-performance-now': [SKIP], 130 'd8-performance-now': [SKIP],
131 'elements-kind': [SKIP], 131 'elements-kind': [SKIP],
132 'fast-prototype': [SKIP], 132 'fast-prototype': [SKIP],
133 'opt-elements-kind': [SKIP], 133 'opt-elements-kind': [SKIP],
134 'osr-elements-kind': [SKIP], 134 'osr-elements-kind': [SKIP],
135 'regress/regress-165637': [SKIP], 135 'regress/regress-165637': [SKIP],
136 'regress/regress-2249': [SKIP], 136 'regress/regress-2249': [SKIP],
137 }], # 'gc_stress == True' 137 }], # 'gc_stress == True'
138 138
139 ############################################################################## 139 ##############################################################################
140 ['arch == arm64', { 140 ['arch == arm64 or arch == android_arm64', {
141 141
142 # Requires bigger stack size in the Genesis and if stack size is increased, 142 # Requires bigger stack size in the Genesis and if stack size is increased,
143 # the test requires too much time to run. However, the problem test covers 143 # the test requires too much time to run. However, the problem test covers
144 # should be platform-independent. 144 # should be platform-independent.
145 'regress/regress-1132': [SKIP], 145 'regress/regress-1132': [SKIP],
146 146
147 # Pass but take too long to run. Skip. 147 # Pass but take too long to run. Skip.
148 # Some similar tests (with fewer iterations) may be included in arm64-js 148 # Some similar tests (with fewer iterations) may be included in arm64-js
149 # tests. 149 # tests.
150 'compiler/regress-arguments': [SKIP], 150 'compiler/regress-arguments': [SKIP],
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'never-optimize': [SKIP], 376 'never-optimize': [SKIP],
377 'regress/regress-2185-2': [SKIP], 377 'regress/regress-2185-2': [SKIP],
378 'harmony/object-observe': [SKIP], 378 'harmony/object-observe': [SKIP],
379 'readonly': [SKIP], 379 'readonly': [SKIP],
380 'array-feedback': [SKIP], 380 'array-feedback': [SKIP],
381 381
382 # Deopt every n garbage collections collides with deopt every n times. 382 # Deopt every n garbage collections collides with deopt every n times.
383 'regress/regress-2653': [SKIP], 383 'regress/regress-2653': [SKIP],
384 }], # 'deopt_fuzzer == True' 384 }], # 'deopt_fuzzer == True'
385 ] 385 ]
OLDNEW
« no previous file with comments | « no previous file | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698