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