| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS], | 148 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS], |
| 149 'harmony/generators-iteration': [PASS, NO_VARIANTS], | 149 'harmony/generators-iteration': [PASS, NO_VARIANTS], |
| 150 'harmony/generators-parsing': [PASS, NO_VARIANTS], | 150 'harmony/generators-parsing': [PASS, NO_VARIANTS], |
| 151 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS], | 151 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS], |
| 152 'harmony/generators-relocation': [PASS, NO_VARIANTS], | 152 'harmony/generators-relocation': [PASS, NO_VARIANTS], |
| 153 'harmony/regress/regress-2681': [PASS, NO_VARIANTS], | 153 'harmony/regress/regress-2681': [PASS, NO_VARIANTS], |
| 154 'harmony/regress/regress-2691': [PASS, NO_VARIANTS], | 154 'harmony/regress/regress-2691': [PASS, NO_VARIANTS], |
| 155 'harmony/regress/regress-3280': [PASS, NO_VARIANTS], | 155 'harmony/regress/regress-3280': [PASS, NO_VARIANTS], |
| 156 | 156 |
| 157 # Support for ES6 for-of iteration is missing. | 157 # Support for ES6 for-of iteration is missing. |
| 158 'harmony/array-iterator': [PASS, NO_VARIANTS], | 158 'es6/array-iterator': [PASS, NO_VARIANTS], |
| 159 'harmony/iteration-semantics': [PASS, NO_VARIANTS], | 159 'es6/iteration-semantics': [PASS, NO_VARIANTS], |
| 160 'harmony/string-iterator': [PASS, NO_VARIANTS], | 160 'es6/string-iterator': [PASS, NO_VARIANTS], |
| 161 'harmony/typed-array-iterator': [PASS, NO_VARIANTS], | 161 'es6/typed-array-iterator': [PASS, NO_VARIANTS], |
| 162 | 162 |
| 163 ############################################################################## | 163 ############################################################################## |
| 164 # Too slow in debug mode with --stress-opt mode. | 164 # Too slow in debug mode with --stress-opt mode. |
| 165 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 165 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 166 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 166 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 167 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 167 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 168 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 168 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 169 | 169 |
| 170 ############################################################################## | 170 ############################################################################## |
| 171 # Too slow in debug mode for GC stress mode. | 171 # Too slow in debug mode for GC stress mode. |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 'never-optimize': [SKIP], | 589 'never-optimize': [SKIP], |
| 590 'regress/regress-2185-2': [SKIP], | 590 'regress/regress-2185-2': [SKIP], |
| 591 'harmony/object-observe': [SKIP], | 591 'harmony/object-observe': [SKIP], |
| 592 'readonly': [SKIP], | 592 'readonly': [SKIP], |
| 593 'array-feedback': [SKIP], | 593 'array-feedback': [SKIP], |
| 594 | 594 |
| 595 # Deopt every n garbage collections collides with deopt every n times. | 595 # Deopt every n garbage collections collides with deopt every n times. |
| 596 'regress/regress-2653': [SKIP], | 596 'regress/regress-2653': [SKIP], |
| 597 }], # 'deopt_fuzzer == True' | 597 }], # 'deopt_fuzzer == True' |
| 598 ] | 598 ] |
| OLD | NEW |