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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], | 108 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], |
109 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], | 109 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], |
110 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 110 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
111 | 111 |
112 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. | 112 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
113 'asm/embenchen/lua_binarytrees': [SKIP], | 113 'asm/embenchen/lua_binarytrees': [SKIP], |
114 'es6/symbols': [PASS, NO_VARIANTS], | 114 'es6/symbols': [PASS, NO_VARIANTS], |
115 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. | 115 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. |
116 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 116 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
117 | 117 |
118 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. | |
119 'harmony/object-literals-super': [PASS, NO_VARIANTS], | |
120 'harmony/super': [PASS, NO_VARIANTS], | |
121 'harmony/computed-property-names-super': [PASS, NO_VARIANTS], | |
122 | |
123 ############################################################################## | 118 ############################################################################## |
124 # Too slow in debug mode with --stress-opt mode. | 119 # Too slow in debug mode with --stress-opt mode. |
125 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 120 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
126 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 121 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
127 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 122 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
128 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 123 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
129 | 124 |
130 ############################################################################## | 125 ############################################################################## |
131 # Too slow in debug mode for GC stress mode. | 126 # Too slow in debug mode for GC stress mode. |
132 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 127 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'never-optimize': [SKIP], | 585 'never-optimize': [SKIP], |
591 'regress/regress-2185-2': [SKIP], | 586 'regress/regress-2185-2': [SKIP], |
592 'harmony/object-observe': [SKIP], | 587 'harmony/object-observe': [SKIP], |
593 'readonly': [SKIP], | 588 'readonly': [SKIP], |
594 'array-feedback': [SKIP], | 589 'array-feedback': [SKIP], |
595 | 590 |
596 # Deopt every n garbage collections collides with deopt every n times. | 591 # Deopt every n garbage collections collides with deopt every n times. |
597 'regress/regress-2653': [SKIP], | 592 'regress/regress-2653': [SKIP], |
598 }], # 'deopt_fuzzer == True' | 593 }], # 'deopt_fuzzer == True' |
599 ] | 594 ] |
OLD | NEW |