OLD | NEW |
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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'regress/regress-3247124': [SKIP], | 360 'regress/regress-3247124': [SKIP], |
361 | 361 |
362 # Requires bigger stack size in the Genesis and if stack size is increased, | 362 # Requires bigger stack size in the Genesis and if stack size is increased, |
363 # the test requires too much time to run. However, the problem test covers | 363 # the test requires too much time to run. However, the problem test covers |
364 # should be platform-independent. | 364 # should be platform-independent. |
365 'regress/regress-1132': [SKIP], | 365 'regress/regress-1132': [SKIP], |
366 | 366 |
367 # Currently always deopt on minus zero | 367 # Currently always deopt on minus zero |
368 'math-floor-of-div-minus-zero': [SKIP], | 368 'math-floor-of-div-minus-zero': [SKIP], |
369 | 369 |
| 370 'math-floor-of-div-nosudiv': [SKIP], |
| 371 |
370 ############################################################################ | 372 ############################################################################ |
371 # Slow tests. | 373 # Slow tests. |
372 'regress/regress-2185-2': [PASS, SLOW], | 374 'regress/regress-2185-2': [PASS, SLOW], |
373 'mirror-object': [PASS, SLOW], | 375 'mirror-object': [PASS, SLOW], |
374 'compiler/osr-with-args': [PASS, SLOW], | 376 'compiler/osr-with-args': [PASS, SLOW], |
375 'array-sort': [PASS, SLOW], | 377 'array-sort': [PASS, SLOW], |
376 'packed-elements': [PASS, SLOW], | 378 'packed-elements': [PASS, SLOW], |
377 'regress/regress-91008': [PASS, SLOW], | 379 'regress/regress-91008': [PASS, SLOW], |
378 'regress/regress-2790': [PASS, SLOW], | 380 'regress/regress-2790': [PASS, SLOW], |
379 'regress/regress-json-stringify-gc': [PASS, SLOW], | 381 'regress/regress-json-stringify-gc': [PASS, SLOW], |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'never-optimize': [SKIP], | 542 'never-optimize': [SKIP], |
541 'regress/regress-2185-2': [SKIP], | 543 'regress/regress-2185-2': [SKIP], |
542 'harmony/object-observe': [SKIP], | 544 'harmony/object-observe': [SKIP], |
543 'readonly': [SKIP], | 545 'readonly': [SKIP], |
544 'array-feedback': [SKIP], | 546 'array-feedback': [SKIP], |
545 | 547 |
546 # Deopt every n garbage collections collides with deopt every n times. | 548 # Deopt every n garbage collections collides with deopt every n times. |
547 'regress/regress-2653': [SKIP], | 549 'regress/regress-2653': [SKIP], |
548 }], # 'deopt_fuzzer == True' | 550 }], # 'deopt_fuzzer == True' |
549 ] | 551 ] |
OLD | NEW |