| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], | 111 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], |
| 112 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], | 112 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], |
| 113 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT
S], | 113 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT
S], |
| 114 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 114 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
| 115 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], | 115 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], |
| 116 'regress/regress-1081309': [PASS, NO_VARIANTS], | 116 'regress/regress-1081309': [PASS, NO_VARIANTS], |
| 117 'regress/regress-269': [PASS, NO_VARIANTS], | 117 'regress/regress-269': [PASS, NO_VARIANTS], |
| 118 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 118 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
| 119 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], | 119 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], |
| 120 | 120 |
| 121 # Support for ES6 generators is missing. | |
| 122 'regress-3225': [PASS, NO_VARIANTS], | |
| 123 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS], | |
| 124 'es6/generators-iteration': [PASS, NO_VARIANTS], | |
| 125 'es6/generators-parsing': [PASS, NO_VARIANTS], | |
| 126 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS], | |
| 127 'es6/generators-relocation': [PASS, NO_VARIANTS], | |
| 128 'es6/iteration-semantics': [PASS, NO_VARIANTS], | |
| 129 'es6/regress/regress-2681': [PASS, NO_VARIANTS], | |
| 130 'es6/regress/regress-2691': [PASS, NO_VARIANTS], | |
| 131 'es6/regress/regress-3280': [PASS, NO_VARIANTS], | |
| 132 | |
| 133 ############################################################################## | 121 ############################################################################## |
| 134 # Too slow in debug mode with --stress-opt mode. | 122 # Too slow in debug mode with --stress-opt mode. |
| 135 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 123 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 136 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 124 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 137 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 125 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 138 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 126 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 139 | 127 |
| 140 ############################################################################## | 128 ############################################################################## |
| 141 # Too slow in debug mode for GC stress mode. | 129 # Too slow in debug mode for GC stress mode. |
| 142 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 130 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 'never-optimize': [SKIP], | 550 'never-optimize': [SKIP], |
| 563 'regress/regress-2185-2': [SKIP], | 551 'regress/regress-2185-2': [SKIP], |
| 564 'harmony/object-observe': [SKIP], | 552 'harmony/object-observe': [SKIP], |
| 565 'readonly': [SKIP], | 553 'readonly': [SKIP], |
| 566 'array-feedback': [SKIP], | 554 'array-feedback': [SKIP], |
| 567 | 555 |
| 568 # Deopt every n garbage collections collides with deopt every n times. | 556 # Deopt every n garbage collections collides with deopt every n times. |
| 569 'regress/regress-2653': [SKIP], | 557 'regress/regress-2653': [SKIP], |
| 570 }], # 'deopt_fuzzer == True' | 558 }], # 'deopt_fuzzer == True' |
| 571 ] | 559 ] |
| OLD | NEW |