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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 'packed-elements': [SKIP], | 522 'packed-elements': [SKIP], |
523 'regexp-global': [SKIP], | 523 'regexp-global': [SKIP], |
524 'compiler/alloc-numbers': [SKIP], | 524 'compiler/alloc-numbers': [SKIP], |
525 'math-floor-of-div': [PASS, TIMEOUT], | 525 'math-floor-of-div': [PASS, TIMEOUT], |
526 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], | 526 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], |
527 'unicodelctest': [PASS, TIMEOUT], | 527 'unicodelctest': [PASS, TIMEOUT], |
528 'unicodelctest-no-optimization': [PASS, TIMEOUT], | 528 'unicodelctest-no-optimization': [PASS, TIMEOUT], |
529 # Issue 3219: | 529 # Issue 3219: |
530 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 530 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
531 | 531 |
| 532 # BUG(v8:4907) |
| 533 'harmony/generators-turbo': [SKIP], |
| 534 |
532 # Ignition. | 535 # Ignition. |
533 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], | 536 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
534 'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]], | 537 'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
535 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITI
ON]], | 538 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITI
ON]], |
536 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 539 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
537 | 540 |
538 ############################################################################## | 541 ############################################################################## |
539 ['asan == True', { | 542 ['asan == True', { |
540 # Skip tests not suitable for ASAN. | 543 # Skip tests not suitable for ASAN. |
541 'big-array-literal': [SKIP], | 544 'big-array-literal': [SKIP], |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 ############################################################################## | 893 ############################################################################## |
891 ['gcov_coverage', { | 894 ['gcov_coverage', { |
892 # Tests taking too long. | 895 # Tests taking too long. |
893 'array-functions-prototype-misc': [SKIP], | 896 'array-functions-prototype-misc': [SKIP], |
894 | 897 |
895 # Stack overflow. | 898 # Stack overflow. |
896 'big-array-literal': [SKIP], | 899 'big-array-literal': [SKIP], |
897 }], # 'gcov_coverage' | 900 }], # 'gcov_coverage' |
898 | 901 |
899 ] | 902 ] |
OLD | NEW |