| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 99 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
| 100 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 100 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
| 101 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 101 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
| 102 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], | 102 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], |
| 103 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], | 103 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], |
| 104 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 104 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| 105 | 105 |
| 106 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. | 106 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
| 107 'asm/embenchen/lua_binarytrees': [SKIP], | 107 'asm/embenchen/lua_binarytrees': [SKIP], |
| 108 'es6/symbols': [PASS, NO_VARIANTS], | 108 'es6/symbols': [PASS, NO_VARIANTS], |
| 109 'es7/object-observe-debug-event': [PASS, NO_VARIANTS], | |
| 110 'harmony/classes': [PASS, NO_VARIANTS], | 109 'harmony/classes': [PASS, NO_VARIANTS], |
| 111 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. | 110 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. |
| 112 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 111 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
| 113 | 112 |
| 114 # TODO(dslomov): Implement super calls. | 113 # TODO(dslomov): Implement super calls. |
| 115 'harmony/super': [PASS, NO_VARIANTS], | 114 'harmony/super': [PASS, NO_VARIANTS], |
| 116 | 115 |
| 117 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. | 116 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. |
| 118 'harmony/object-literals-super': [PASS, NO_VARIANTS], | 117 'harmony/object-literals-super': [PASS, NO_VARIANTS], |
| 119 | 118 |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'never-optimize': [SKIP], | 574 'never-optimize': [SKIP], |
| 576 'regress/regress-2185-2': [SKIP], | 575 'regress/regress-2185-2': [SKIP], |
| 577 'harmony/object-observe': [SKIP], | 576 'harmony/object-observe': [SKIP], |
| 578 'readonly': [SKIP], | 577 'readonly': [SKIP], |
| 579 'array-feedback': [SKIP], | 578 'array-feedback': [SKIP], |
| 580 | 579 |
| 581 # Deopt every n garbage collections collides with deopt every n times. | 580 # Deopt every n garbage collections collides with deopt every n times. |
| 582 'regress/regress-2653': [SKIP], | 581 'regress/regress-2653': [SKIP], |
| 583 }], # 'deopt_fuzzer == True' | 582 }], # 'deopt_fuzzer == True' |
| 584 ] | 583 ] |
| OLD | NEW |