| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 'regress/regress-634': [SKIP], | 354 'regress/regress-634': [SKIP], |
| 355 'regress/regress-91008': [SKIP], | 355 'regress/regress-91008': [SKIP], |
| 356 'regress/regress-91010': [SKIP], | 356 'regress/regress-91010': [SKIP], |
| 357 'regress/regress-91013': [SKIP], | 357 'regress/regress-91013': [SKIP], |
| 358 'regress/regress-99167': [SKIP], | 358 'regress/regress-99167': [SKIP], |
| 359 | 359 |
| 360 # Long running tests. | 360 # Long running tests. |
| 361 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 361 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
| 362 'regress/regress-2185-2': [PASS, TIMEOUT], | 362 'regress/regress-2185-2': [PASS, TIMEOUT], |
| 363 'whitespaces': [PASS, TIMEOUT, SLOW], | 363 'whitespaces': [PASS, TIMEOUT, SLOW], |
| 364 'numops-fuzz-part2': [PASS, TIMEOUT, SLOW], |
| 364 | 365 |
| 365 # BUG(v8:3457). | 366 # BUG(v8:3457). |
| 366 'deserialize-reference': [PASS, FAIL], | 367 'deserialize-reference': [PASS, FAIL], |
| 367 | 368 |
| 368 # BUG(v8:4016) | 369 # BUG(v8:4016) |
| 369 'regress/regress-crbug-467047': [SKIP], | 370 'regress/regress-crbug-467047': [SKIP], |
| 370 | 371 |
| 371 # Slow tests. | 372 # Slow tests. |
| 372 'array-concat': [PASS, SLOW], | 373 'array-concat': [PASS, SLOW], |
| 373 'array-constructor': [PASS, SLOW], | 374 'array-constructor': [PASS, SLOW], |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'regress/regress-2653': [SKIP], | 667 'regress/regress-2653': [SKIP], |
| 667 }], # 'deopt_fuzzer == True' | 668 }], # 'deopt_fuzzer == True' |
| 668 | 669 |
| 669 ############################################################################## | 670 ############################################################################## |
| 670 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 671 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 671 | 672 |
| 672 # take too long with the simulator. | 673 # take too long with the simulator. |
| 673 'regress/regress-1132': [SKIP], | 674 'regress/regress-1132': [SKIP], |
| 674 }], # 'arch == ppc and simulator_run == True' | 675 }], # 'arch == ppc and simulator_run == True' |
| 675 ] | 676 ] |
| OLD | NEW |