| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], | 117 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], |
| 118 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], | 118 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], |
| 119 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT
S], | 119 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT
S], |
| 120 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 120 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
| 121 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], | 121 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], |
| 122 'regress/regress-1081309': [PASS, NO_VARIANTS], | 122 'regress/regress-1081309': [PASS, NO_VARIANTS], |
| 123 'regress/regress-269': [PASS, NO_VARIANTS], | 123 'regress/regress-269': [PASS, NO_VARIANTS], |
| 124 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 124 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
| 125 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], | 125 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], |
| 126 | 126 |
| 127 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. |
| 128 'harmony/object-literals-super': [PASS, NO_VARIANTS], |
| 129 |
| 127 ############################################################################## | 130 ############################################################################## |
| 128 # Too slow in debug mode with --stress-opt mode. | 131 # Too slow in debug mode with --stress-opt mode. |
| 129 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 132 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 130 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 133 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 131 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 134 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 132 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 135 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 133 | 136 |
| 134 ############################################################################## | 137 ############################################################################## |
| 135 # Too slow in debug mode for GC stress mode. | 138 # Too slow in debug mode for GC stress mode. |
| 136 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 139 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'never-optimize': [SKIP], | 578 'never-optimize': [SKIP], |
| 576 'regress/regress-2185-2': [SKIP], | 579 'regress/regress-2185-2': [SKIP], |
| 577 'harmony/object-observe': [SKIP], | 580 'harmony/object-observe': [SKIP], |
| 578 'readonly': [SKIP], | 581 'readonly': [SKIP], |
| 579 'array-feedback': [SKIP], | 582 'array-feedback': [SKIP], |
| 580 | 583 |
| 581 # Deopt every n garbage collections collides with deopt every n times. | 584 # Deopt every n garbage collections collides with deopt every n times. |
| 582 'regress/regress-2653': [SKIP], | 585 'regress/regress-2653': [SKIP], |
| 583 }], # 'deopt_fuzzer == True' | 586 }], # 'deopt_fuzzer == True' |
| 584 ] | 587 ] |
| OLD | NEW |