| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'math-floor-of-div': [PASS, SLOW], | 371 'math-floor-of-div': [PASS, SLOW], |
| 372 'mirror-object': [PASS, SLOW], | 372 'mirror-object': [PASS, SLOW], |
| 373 'packed-elements': [PASS, SLOW], | 373 'packed-elements': [PASS, SLOW], |
| 374 'regress/regress-1122': [PASS, SLOW], | 374 'regress/regress-1122': [PASS, SLOW], |
| 375 'regress/regress-2185-2': [PASS, SLOW], | 375 'regress/regress-2185-2': [PASS, SLOW], |
| 376 'regress/regress-2185': [PASS, SLOW], | 376 'regress/regress-2185': [PASS, SLOW], |
| 377 'regress/regress-2790': [PASS, SLOW], | 377 'regress/regress-2790': [PASS, SLOW], |
| 378 'regress/regress-331444': [PASS, SLOW], | 378 'regress/regress-331444': [PASS, SLOW], |
| 379 'regress/regress-490': [PASS, SLOW], | 379 'regress/regress-490': [PASS, SLOW], |
| 380 'regress/regress-crbug-217858': [PASS, SLOW], | 380 'regress/regress-crbug-217858': [PASS, SLOW], |
| 381 'regress/regress-crbug-491062': [PASS, SLOW], |
| 381 'regress/regress-create-exception': [PASS, SLOW], | 382 'regress/regress-create-exception': [PASS, SLOW], |
| 382 'regress/regress-json-stringify-gc': [PASS, SLOW], | 383 'regress/regress-json-stringify-gc': [PASS, SLOW], |
| 383 'string-indexof-2': [PASS, SLOW], | 384 'string-indexof-2': [PASS, SLOW], |
| 384 'unicodelctest-no-optimization': [PASS, SLOW], | 385 'unicodelctest-no-optimization': [PASS, SLOW], |
| 385 'unicodelctest': [PASS, SLOW], | 386 'unicodelctest': [PASS, SLOW], |
| 386 'unicode-test': [PASS, SLOW], | 387 'unicode-test': [PASS, SLOW], |
| 387 }], # 'arch == arm64' | 388 }], # 'arch == arm64' |
| 388 | 389 |
| 389 ['arch == arm64 and mode == debug and simulator_run == True', { | 390 ['arch == arm64 and mode == debug and simulator_run == True', { |
| 390 | 391 |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 'regress/regress-2653': [SKIP], | 662 'regress/regress-2653': [SKIP], |
| 662 }], # 'deopt_fuzzer == True' | 663 }], # 'deopt_fuzzer == True' |
| 663 | 664 |
| 664 ############################################################################## | 665 ############################################################################## |
| 665 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 666 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 666 | 667 |
| 667 # take too long with the simulator. | 668 # take too long with the simulator. |
| 668 'regress/regress-1132': [SKIP], | 669 'regress/regress-1132': [SKIP], |
| 669 }], # 'arch == ppc and simulator_run == True' | 670 }], # 'arch == ppc and simulator_run == True' |
| 670 ] | 671 ] |
| OLD | NEW |