| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 'regress/regress-3218915': [PASS, SLOW], | 407 'regress/regress-3218915': [PASS, SLOW], |
| 408 'regress/regress-3247124': [PASS, SLOW], | 408 'regress/regress-3247124': [PASS, SLOW], |
| 409 | 409 |
| 410 # Requires bigger stack size in the Genesis and if stack size is increased, | 410 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 411 # the test requires too much time to run. However, the problem test covers | 411 # the test requires too much time to run. However, the problem test covers |
| 412 # should be platform-independent. | 412 # should be platform-independent. |
| 413 'regress/regress-1132': [SKIP], | 413 'regress/regress-1132': [SKIP], |
| 414 | 414 |
| 415 # Currently always deopt on minus zero | 415 # Currently always deopt on minus zero |
| 416 'math-floor-of-div-minus-zero': [SKIP], | 416 'math-floor-of-div-minus-zero': [SKIP], |
| 417 |
| 418 # BUG(v8:3457). |
| 419 'deserialize-reference': [SKIP], |
| 417 }], # 'arch == mips64el' | 420 }], # 'arch == mips64el' |
| 418 | 421 |
| 419 ['arch == mips64el and simulator_run == False', { | 422 ['arch == mips64el and simulator_run == False', { |
| 420 # Random failures on HW, need investigation. | 423 # Random failures on HW, need investigation. |
| 421 'debug-*': [SKIP], | 424 'debug-*': [SKIP], |
| 422 }], | 425 }], |
| 423 ############################################################################## | 426 ############################################################################## |
| 424 ['system == windows', { | 427 ['system == windows', { |
| 425 # BUG(v8:3435) | 428 # BUG(v8:3435) |
| 426 'debug-script-breakpoints': [PASS, FAIL], | 429 'debug-script-breakpoints': [PASS, FAIL], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 'never-optimize': [SKIP], | 480 'never-optimize': [SKIP], |
| 478 'regress/regress-2185-2': [SKIP], | 481 'regress/regress-2185-2': [SKIP], |
| 479 'harmony/object-observe': [SKIP], | 482 'harmony/object-observe': [SKIP], |
| 480 'readonly': [SKIP], | 483 'readonly': [SKIP], |
| 481 'array-feedback': [SKIP], | 484 'array-feedback': [SKIP], |
| 482 | 485 |
| 483 # Deopt every n garbage collections collides with deopt every n times. | 486 # Deopt every n garbage collections collides with deopt every n times. |
| 484 'regress/regress-2653': [SKIP], | 487 'regress/regress-2653': [SKIP], |
| 485 }], # 'deopt_fuzzer == True' | 488 }], # 'deopt_fuzzer == True' |
| 486 ] | 489 ] |
| OLD | NEW |