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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 86 # Modules are busted |
87 'harmony/module-linking': [SKIP], | 87 'harmony/module-linking': [SKIP], |
88 'harmony/module-recompile': [SKIP], | 88 'harmony/module-recompile': [SKIP], |
89 'harmony/module-resolution': [SKIP], | 89 'harmony/module-resolution': [SKIP], |
90 'harmony/regress/regress-343928': [SKIP], | 90 'harmony/regress/regress-343928': [SKIP], |
91 | 91 |
92 # Proxy tests rely on non ES6 version of Proxies | |
93 # TODO(neis,cbruni): figure out which Proxy tests can be reused | |
94 'harmony/proxies-example-membrane': [SKIP], | |
95 | |
96 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 92 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
97 # not work, but we expect it to not crash. | 93 # not work, but we expect it to not crash. |
98 'debug-step-turbofan': [PASS, FAIL], | 94 'debug-step-turbofan': [PASS, FAIL], |
99 | 95 |
100 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! | 96 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! |
101 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. | 97 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. |
102 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. | 98 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. |
103 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. | 99 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. |
104 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], | 100 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], |
105 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], | 101 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 ############################################################################## | 833 ############################################################################## |
838 ['gcov_coverage', { | 834 ['gcov_coverage', { |
839 # Tests taking too long. | 835 # Tests taking too long. |
840 'array-functions-prototype-misc': [SKIP], | 836 'array-functions-prototype-misc': [SKIP], |
841 | 837 |
842 # Stack overflow. | 838 # Stack overflow. |
843 'big-array-literal': [SKIP], | 839 'big-array-literal': [SKIP], |
844 }], # 'gcov_coverage' | 840 }], # 'gcov_coverage' |
845 | 841 |
846 ] | 842 ] |
OLD | NEW |