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

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

Issue 416233003: Extend TF test coverage to unsupported targets. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Properly disabled ARM64 Created 6 years, 4 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 | « src/compiler/pipeline.cc ('k') | test/webkit/webkit.status » ('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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 174 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
175 175
176 ############################################################################## 176 ##############################################################################
177 # Only regexp stuff tested, no need for extensive Crankshaft tests. 177 # Only regexp stuff tested, no need for extensive Crankshaft tests.
178 'regexp-global': [PASS, NO_VARIANTS], 178 'regexp-global': [PASS, NO_VARIANTS],
179 179
180 ############################################################################## 180 ##############################################################################
181 # No need to waste time for this test. 181 # No need to waste time for this test.
182 'd8-performance-now': [PASS, NO_VARIANTS], 182 'd8-performance-now': [PASS, NO_VARIANTS],
183 183
184 ##############################################################################
185 'big-object-literal': [PASS, ['arch == arm or arch == android_arm or arch == a ndroid_arm64', SKIP]],
186
187 # Issue 488: this test sometimes times out. 184 # Issue 488: this test sometimes times out.
188 'array-constructor': [PASS, TIMEOUT], 185 'array-constructor': [PASS, TIMEOUT],
189 186
190 # Very slow on ARM and MIPS, contains no architecture dependent code. 187 # Very slow on ARM and MIPS, contains no architecture dependent code.
191 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or ar ch == mips', TIMEOUT]], 188 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or ar ch == mips', TIMEOUT]],
192 189
193 ############################################################################## 190 ##############################################################################
194 # This test expects to reach a certain recursion depth, which may not work 191 # This test expects to reach a certain recursion depth, which may not work
195 # for debug mode. 192 # for debug mode.
196 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 193 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ['arch == arm64 or arch == android_arm64', { 300 ['arch == arm64 or arch == android_arm64', {
304 301
305 # Requires bigger stack size in the Genesis and if stack size is increased, 302 # Requires bigger stack size in the Genesis and if stack size is increased,
306 # the test requires too much time to run. However, the problem test covers 303 # the test requires too much time to run. However, the problem test covers
307 # should be platform-independent. 304 # should be platform-independent.
308 'regress/regress-1132': [SKIP], 305 'regress/regress-1132': [SKIP],
309 306
310 # Pass but take too long to run. Skip. 307 # Pass but take too long to run. Skip.
311 # Some similar tests (with fewer iterations) may be included in arm64-js 308 # Some similar tests (with fewer iterations) may be included in arm64-js
312 # tests. 309 # tests.
310 'big-object-literal': [SKIP],
313 'compiler/regress-arguments': [SKIP], 311 'compiler/regress-arguments': [SKIP],
314 'compiler/regress-gvn': [SKIP], 312 'compiler/regress-gvn': [SKIP],
315 'compiler/regress-max-locals-for-osr': [SKIP], 313 'compiler/regress-max-locals-for-osr': [SKIP],
316 'compiler/regress-4': [SKIP], 314 'compiler/regress-4': [SKIP],
317 'compiler/regress-or': [SKIP], 315 'compiler/regress-or': [SKIP],
318 'compiler/regress-rep-change': [SKIP], 316 'compiler/regress-rep-change': [SKIP],
319 'regress/regress-1117': [SKIP], 317 'regress/regress-1117': [SKIP],
320 'regress/regress-1145': [SKIP], 318 'regress/regress-1145': [SKIP],
321 'regress/regress-1849': [SKIP], 319 'regress/regress-1849': [SKIP],
322 'regress/regress-3247124': [SKIP], 320 'regress/regress-3247124': [SKIP],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 # Times out often in release mode on ARM. 404 # Times out often in release mode on ARM.
407 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], 405 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
408 'array-splice': [PASS, TIMEOUT], 406 'array-splice': [PASS, TIMEOUT],
409 407
410 # Long running test. 408 # Long running test.
411 'string-indexof-2': [PASS, TIMEOUT], 409 'string-indexof-2': [PASS, TIMEOUT],
412 'mirror-object': [PASS, TIMEOUT], 410 'mirror-object': [PASS, TIMEOUT],
413 411
414 # Long running tests. Skipping because having them timeout takes too long on 412 # Long running tests. Skipping because having them timeout takes too long on
415 # the buildbot. 413 # the buildbot.
414 'big-object-literal': [SKIP],
416 'compiler/alloc-number': [SKIP], 415 'compiler/alloc-number': [SKIP],
417 'regress/regress-490': [SKIP], 416 'regress/regress-490': [SKIP],
418 'regress/regress-634': [SKIP], 417 'regress/regress-634': [SKIP],
419 'regress/regress-create-exception': [SKIP], 418 'regress/regress-create-exception': [SKIP],
420 'regress/regress-3247124': [SKIP], 419 'regress/regress-3247124': [SKIP],
421 420
422 # Requires bigger stack size in the Genesis and if stack size is increased, 421 # Requires bigger stack size in the Genesis and if stack size is increased,
423 # the test requires too much time to run. However, the problem test covers 422 # the test requires too much time to run. However, the problem test covers
424 # should be platform-independent. 423 # should be platform-independent.
425 'regress/regress-1132': [SKIP], 424 'regress/regress-1132': [SKIP],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'never-optimize': [SKIP], 590 'never-optimize': [SKIP],
592 'regress/regress-2185-2': [SKIP], 591 'regress/regress-2185-2': [SKIP],
593 'harmony/object-observe': [SKIP], 592 'harmony/object-observe': [SKIP],
594 'readonly': [SKIP], 593 'readonly': [SKIP],
595 'array-feedback': [SKIP], 594 'array-feedback': [SKIP],
596 595
597 # Deopt every n garbage collections collides with deopt every n times. 596 # Deopt every n garbage collections collides with deopt every n times.
598 'regress/regress-2653': [SKIP], 597 'regress/regress-2653': [SKIP],
599 }], # 'deopt_fuzzer == True' 598 }], # 'deopt_fuzzer == True'
600 ] 599 ]
OLDNEW
« no previous file with comments | « src/compiler/pipeline.cc ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698