| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], | 78 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], |
| 79 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 79 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
| 80 'regress/regress-2612': [PASS, NO_VARIANTS], | 80 'regress/regress-2612': [PASS, NO_VARIANTS], |
| 81 | 81 |
| 82 # Modules are busted | 82 # Modules are busted |
| 83 'harmony/module-linking': [SKIP], | 83 'harmony/module-linking': [SKIP], |
| 84 'harmony/module-recompile': [SKIP], | 84 'harmony/module-recompile': [SKIP], |
| 85 'harmony/module-resolution': [SKIP], | 85 'harmony/module-resolution': [SKIP], |
| 86 'harmony/regress/regress-343928': [SKIP], | 86 'harmony/regress/regress-343928': [SKIP], |
| 87 | 87 |
| 88 # Proxy tests rely on non ES6 version of Proxies |
| 89 'harmony/proxies-example-membrane': [SKIP], |
| 90 |
| 88 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 91 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
| 89 # not work, but we expect it to not crash. | 92 # not work, but we expect it to not crash. |
| 90 'debug-step-turbofan': [PASS, FAIL], | 93 'debug-step-turbofan': [PASS, FAIL], |
| 91 | 94 |
| 92 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! | 95 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! |
| 93 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. | 96 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. |
| 94 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. | 97 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. |
| 95 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. | 98 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. |
| 96 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], | 99 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], |
| 97 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], | 100 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], |
| (...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 'undetectable-compare': [SKIP], | 1004 'undetectable-compare': [SKIP], |
| 1002 'unused-context-in-with': [SKIP], | 1005 'unused-context-in-with': [SKIP], |
| 1003 'uri': [SKIP], | 1006 'uri': [SKIP], |
| 1004 'value-wrapper': [SKIP], | 1007 'value-wrapper': [SKIP], |
| 1005 'with-parameter-access': [SKIP], | 1008 'with-parameter-access': [SKIP], |
| 1006 'with-prototype': [SKIP], | 1009 'with-prototype': [SKIP], |
| 1007 'with-readonly': [SKIP], | 1010 'with-readonly': [SKIP], |
| 1008 }], # ignition == True | 1011 }], # ignition == True |
| 1009 | 1012 |
| 1010 ] | 1013 ] |
| OLD | NEW |