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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'packed-elements': [PASS, NO_VARIANTS], | 76 'packed-elements': [PASS, NO_VARIANTS], |
77 'string-indexof-1': [PASS, NO_VARIANTS], | 77 'string-indexof-1': [PASS, NO_VARIANTS], |
78 'unbox-double-arrays': [PASS, NO_VARIANTS], | 78 'unbox-double-arrays': [PASS, NO_VARIANTS], |
79 'unicode-test': [PASS, NO_VARIANTS], | 79 'unicode-test': [PASS, NO_VARIANTS], |
80 'whitespaces': [PASS, NO_VARIANTS], | 80 'whitespaces': [PASS, NO_VARIANTS], |
81 'compiler/osr-assert': [PASS, NO_VARIANTS], | 81 'compiler/osr-assert': [PASS, NO_VARIANTS], |
82 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], | 82 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], |
83 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 83 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
84 'regress/regress-2612': [PASS, NO_VARIANTS], | 84 'regress/regress-2612': [PASS, NO_VARIANTS], |
85 | 85 |
86 # Modules are busted | |
87 'harmony/module-linking': [SKIP], | |
88 'harmony/module-recompile': [SKIP], | |
89 'harmony/module-resolution': [SKIP], | |
90 'harmony/regress/regress-343928': [SKIP], | |
91 | |
92 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 86 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
93 # not work, but we expect it to not crash. | 87 # not work, but we expect it to not crash. |
94 'debug-step-turbofan': [PASS, FAIL], | 88 'debug-step-turbofan': [PASS, FAIL], |
95 | 89 |
96 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! | 90 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! |
97 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. | 91 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. |
98 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. | 92 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. |
99 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. | 93 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. |
100 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], | 94 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], |
101 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], | 95 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], |
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 ############################################################################## | 826 ############################################################################## |
833 ['gcov_coverage', { | 827 ['gcov_coverage', { |
834 # Tests taking too long. | 828 # Tests taking too long. |
835 'array-functions-prototype-misc': [SKIP], | 829 'array-functions-prototype-misc': [SKIP], |
836 | 830 |
837 # Stack overflow. | 831 # Stack overflow. |
838 'big-array-literal': [SKIP], | 832 'big-array-literal': [SKIP], |
839 }], # 'gcov_coverage' | 833 }], # 'gcov_coverage' |
840 | 834 |
841 ] | 835 ] |
OLD | NEW |