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

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

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
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 | « test/mjsunit/harmony/symbols.js ('k') | test/mjsunit/object-seal.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_ia32', SKIP]], 97 'tools/tickprocessor': [PASS, ['arch == android_arm or 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
108 ##############################################################################
109 # Tests with different versions for release and debug.
110 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
111 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
112 'regress/regress-634': [PASS, ['mode == debug', SKIP]],
113 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
114
115 # BUG(336820). TODO(bmeurer): Investigate.
116 'regress/regress-336820': [PASS, FAIL],
117
118 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
119 # nosse2. Also for arm novfp3.
120 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == ia32 or arch == arm and simulator == True', PASS]],
107 }], # ALWAYS 121 }], # ALWAYS
108 122
109 ############################################################################## 123 ##############################################################################
124 ['gc_stress == True', {
125 # Skip tests not suitable for GC stress.
126 'allocation-site-info': [SKIP],
127 'array-constructor-feedback': [SKIP],
128 'array-feedback': [SKIP],
129 'array-literal-feedback': [SKIP],
130 'd8-performance-now': [SKIP],
131 'elements-kind': [SKIP],
132 'fast-prototype': [SKIP],
133 'opt-elements-kind': [SKIP],
134 'osr-elements-kind': [SKIP],
135 'regress/regress-165637': [SKIP],
136 'regress/regress-2249': [SKIP],
137 }], # 'gc_stress == True'
138
139 ##############################################################################
140 ['arch == a64', {
141
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
144 # should be platform-independent.
145 'regress/regress-1132': [SKIP],
146
147 # Pass but take too long to run. Skip.
148 # Some similar tests (with fewer iterations) may be included in a64-js tests.
149 'compiler/regress-arguments': [SKIP],
150 'compiler/regress-gvn': [SKIP],
151 'compiler/regress-max-locals-for-osr': [SKIP],
152 'compiler/regress-4': [SKIP],
153 'compiler/regress-or': [SKIP],
154 'compiler/regress-rep-change': [SKIP],
155 'regress/regress-1117': [SKIP],
156 'regress/regress-1145': [SKIP],
157 'regress/regress-1849': [SKIP],
158 'regress/regress-3247124': [SKIP],
159 'regress/regress-634': [SKIP],
160 'regress/regress-91008': [SKIP],
161 'regress/regress-91010': [SKIP],
162 'regress/regress-91013': [SKIP],
163 'regress/regress-99167': [SKIP],
164
165 # Long running tests.
166 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
167 'regress/regress-2185-2': [PASS, TIMEOUT],
168 'whitespaces': [PASS, TIMEOUT],
169
170 # Stack manipulations in LiveEdit is not implemented for this arch.
171 'debug-liveedit-check-stack': [SKIP],
172 'debug-liveedit-stack-padding': [SKIP],
173 'debug-liveedit-restart-frame': [SKIP],
174 'debug-liveedit-double-call': [SKIP],
175
176 # BUG(v8:3147). It works on other architectures by accident.
177 'regress/regress-conditional-position': [FAIL],
178
179 # BUG(v8:3156): Fails on gc stress bots.
180 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
181
182 # Slow tests.
183 'array-concat': [PASS, SLOW],
184 'array-constructor': [PASS, SLOW],
185 'array-indexing': [PASS, SLOW],
186 'array-reduce': [PASS, SLOW],
187 'array-sort': [PASS, SLOW],
188 'array-splice': [PASS, SLOW],
189 'bit-not': [PASS, SLOW],
190 'compiler/alloc-number': [PASS, SLOW],
191 'compiler/osr-assert': [PASS, SLOW],
192 'compiler/osr-warm': [PASS, SLOW],
193 'compiler/osr-with-args': [PASS, SLOW],
194 'debug-scopes': [PASS, SLOW],
195 'generated-transition-stub': [PASS, SLOW],
196 'json2': [PASS, SLOW],
197 'math-floor-of-div-nosudiv': [PASS, SLOW],
198 'math-floor-of-div': [PASS, SLOW],
199 'mirror-object': [PASS, SLOW],
200 'packed-elements': [PASS, SLOW],
201 'regress/regress-1122': [PASS, SLOW],
202 'regress/regress-2185-2': [PASS, SLOW],
203 'regress/regress-2185': [PASS, SLOW],
204 'regress/regress-2790': [PASS, SLOW],
205 'regress/regress-331444': [PASS, SLOW],
206 'regress/regress-490': [PASS, SLOW],
207 'regress/regress-crbug-217858': [PASS, SLOW],
208 'regress/regress-create-exception': [PASS, SLOW],
209 'regress/regress-json-stringify-gc': [PASS, SLOW],
210 'string-indexof-2': [PASS, SLOW],
211 'unicodelctest-no-optimization': [PASS, SLOW],
212 'unicodelctest': [PASS, SLOW],
213 'unicode-test': [PASS, SLOW],
214 'whitespaces': [PASS, SLOW],
215 'whitespaces': [PASS, SLOW],
216 }], # 'arch == a64'
217
218 ['arch == a64 and mode == debug and simulator_run == True', {
219
220 # Pass but take too long with the simulator in debug mode.
221 'array-sort': [PASS, TIMEOUT],
222 'packed-elements': [SKIP],
223 'regexp-global': [SKIP],
224 'compiler/alloc-numbers': [SKIP],
225 'harmony/symbols': [SKIP],
226 }], # 'arch == a64 and mode == debug and simulator_run == True'
227
228 ##############################################################################
229 ['asan == True', {
230 # Skip tests not suitable for ASAN.
231 'big-array-literal': [SKIP],
232 'big-object-literal': [SKIP],
233 'regress/regress-crbug-178790': [SKIP],
234 }], # 'asan == True'
235
236 ##############################################################################
110 ['arch == arm or arch == android_arm', { 237 ['arch == arm or arch == android_arm', {
111 238
112 # Slow tests which times out in debug mode. 239 # Slow tests which times out in debug mode.
113 'try': [PASS, ['mode == debug', SKIP]], 240 'try': [PASS, ['mode == debug', SKIP]],
114 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 241 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
115 'array-constructor': [PASS, ['mode == debug', SKIP]], 242 'array-constructor': [PASS, ['mode == debug', SKIP]],
116 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP] ], 243 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP] ],
117 244
118 # Flaky test that can hit compilation-time stack overflow in debug mode. 245 # Flaky test that can hit compilation-time stack overflow in debug mode.
119 'unicode-test': [PASS, ['mode == debug', PASS, FAIL]], 246 'unicode-test': [PASS, ['mode == debug', PASS, FAIL]],
120 247
121 # Times out often in release mode on ARM. 248 # Times out often in release mode on ARM.
122 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 249 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
123 'array-splice': [PASS, TIMEOUT], 250 'array-splice': [PASS, TIMEOUT],
124 251
125 # Long running test. 252 # Long running test.
126 'string-indexof-2': [PASS, TIMEOUT], 253 'string-indexof-2': [PASS, TIMEOUT],
127 'mirror-object': [PASS, TIMEOUT], 254 'mirror-object': [PASS, TIMEOUT],
128 255
129 # BUG(3251035): Timeouts in long looping crankshaft optimization 256 # Long running tests. Skipping because having them timeout takes too long on
130 # tests. Skipping because having them timeout takes too long on the 257 # the buildbot.
131 # buildbot.
132 'compiler/alloc-number': [SKIP], 258 'compiler/alloc-number': [SKIP],
133 'compiler/array-length': [SKIP],
134 'compiler/assignment-deopt': [SKIP],
135 'compiler/deopt-args': [SKIP],
136 'compiler/inline-compare': [SKIP],
137 'compiler/inline-global-access': [SKIP],
138 'compiler/optimized-function-calls': [SKIP],
139 'compiler/pic': [SKIP],
140 'compiler/property-calls': [SKIP],
141 'compiler/recursive-deopt': [SKIP],
142 'compiler/regress-4': [SKIP],
143 'compiler/regress-funcaller': [SKIP],
144 'compiler/regress-rep-change': [SKIP],
145 'compiler/regress-arguments': [SKIP],
146 'compiler/regress-funarguments': [SKIP],
147 'compiler/regress-3249650': [SKIP],
148 'compiler/simple-deopt': [SKIP],
149 'regress/regress-490': [SKIP], 259 'regress/regress-490': [SKIP],
150 'regress/regress-634': [SKIP], 260 'regress/regress-634': [SKIP],
151 'regress/regress-create-exception': [SKIP], 261 'regress/regress-create-exception': [SKIP],
152 'regress/regress-3218915': [SKIP],
153 'regress/regress-3247124': [SKIP], 262 'regress/regress-3247124': [SKIP],
154 263
155 # Requires bigger stack size in the Genesis and if stack size is increased, 264 # Requires bigger stack size in the Genesis and if stack size is increased,
156 # the test requires too much time to run. However, the problem test covers 265 # the test requires too much time to run. However, the problem test covers
157 # should be platform-independent. 266 # should be platform-independent.
158 'regress/regress-1132': [SKIP], 267 'regress/regress-1132': [SKIP],
159 268
160 # Stack manipulations in LiveEdit is not implemented for this arch. 269 # Stack manipulations in LiveEdit is not implemented for this arch.
161 'debug-liveedit-check-stack': [SKIP], 270 'debug-liveedit-check-stack': [SKIP],
162 'debug-liveedit-stack-padding': [SKIP], 271 'debug-liveedit-stack-padding': [SKIP],
(...skipping 25 matching lines...) Expand all
188 'array-constructor': [PASS, ['mode == debug', SKIP]], 297 'array-constructor': [PASS, ['mode == debug', SKIP]],
189 298
190 # Times out often in release mode on MIPS. 299 # Times out often in release mode on MIPS.
191 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 300 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
192 'array-splice': [PASS, TIMEOUT], 301 'array-splice': [PASS, TIMEOUT],
193 302
194 # Long running test. 303 # Long running test.
195 'mirror-object': [PASS, TIMEOUT], 304 'mirror-object': [PASS, TIMEOUT],
196 'string-indexof-2': [PASS, TIMEOUT], 305 'string-indexof-2': [PASS, TIMEOUT],
197 306
198 # BUG(3251035): Timeouts in long looping crankshaft optimization 307 # Long running tests. Skipping because having them timeout takes too long on
199 # tests. Skipping because having them timeout takes too long on the 308 # the buildbot.
200 # buildbot.
201 'compiler/alloc-number': [SKIP], 309 'compiler/alloc-number': [SKIP],
202 'compiler/array-length': [SKIP],
203 'compiler/assignment-deopt': [SKIP],
204 'compiler/deopt-args': [SKIP],
205 'compiler/inline-compare': [SKIP],
206 'compiler/inline-global-access': [SKIP],
207 'compiler/optimized-function-calls': [SKIP],
208 'compiler/pic': [SKIP],
209 'compiler/property-calls': [SKIP],
210 'compiler/recursive-deopt': [SKIP],
211 'compiler/regress-4': [SKIP],
212 'compiler/regress-funcaller': [SKIP],
213 'compiler/regress-rep-change': [SKIP],
214 'compiler/regress-arguments': [SKIP],
215 'compiler/regress-funarguments': [SKIP],
216 'compiler/regress-3249650': [SKIP],
217 'compiler/simple-deopt': [SKIP],
218 'regress/regress-490': [SKIP], 310 'regress/regress-490': [SKIP],
219 'regress/regress-634': [SKIP], 311 'regress/regress-634': [SKIP],
220 'regress/regress-create-exception': [SKIP], 312 'regress/regress-create-exception': [SKIP],
221 'regress/regress-3218915': [SKIP],
222 'regress/regress-3247124': [SKIP], 313 'regress/regress-3247124': [SKIP],
223 314
224 # Requires bigger stack size in the Genesis and if stack size is increased, 315 # Requires bigger stack size in the Genesis and if stack size is increased,
225 # the test requires too much time to run. However, the problem test covers 316 # the test requires too much time to run. However, the problem test covers
226 # should be platform-independent. 317 # should be platform-independent.
227 'regress/regress-1132': [SKIP], 318 'regress/regress-1132': [SKIP],
228 319
229 # Stack manipulations in LiveEdit is not implemented for this arch. 320 # Stack manipulations in LiveEdit is not implemented for this arch.
230 'debug-liveedit-check-stack': [SKIP], 321 'debug-liveedit-check-stack': [SKIP],
231 'debug-liveedit-stack-padding': [SKIP], 322 'debug-liveedit-stack-padding': [SKIP],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'never-optimize': [SKIP], 375 'never-optimize': [SKIP],
285 'regress/regress-2185-2': [SKIP], 376 'regress/regress-2185-2': [SKIP],
286 'harmony/object-observe': [SKIP], 377 'harmony/object-observe': [SKIP],
287 'readonly': [SKIP], 378 'readonly': [SKIP],
288 'array-feedback': [SKIP], 379 'array-feedback': [SKIP],
289 380
290 # Deopt every n garbage collections collides with deopt every n times. 381 # Deopt every n garbage collections collides with deopt every n times.
291 'regress/regress-2653': [SKIP], 382 'regress/regress-2653': [SKIP],
292 }], # 'deopt_fuzzer == True' 383 }], # 'deopt_fuzzer == True'
293 ] 384 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/symbols.js ('k') | test/mjsunit/object-seal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698