| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'elements-kind': [SKIP], | 140 'elements-kind': [SKIP], |
| 141 'fast-prototype': [SKIP], | 141 'fast-prototype': [SKIP], |
| 142 'opt-elements-kind': [SKIP], | 142 'opt-elements-kind': [SKIP], |
| 143 'osr-elements-kind': [SKIP], | 143 'osr-elements-kind': [SKIP], |
| 144 'regress/regress-165637': [SKIP], | 144 'regress/regress-165637': [SKIP], |
| 145 'regress/regress-2249': [SKIP], | 145 'regress/regress-2249': [SKIP], |
| 146 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], | 146 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], |
| 147 'elements-transition-hoisting': [PASS, FAIL], | 147 'elements-transition-hoisting': [PASS, FAIL], |
| 148 'getters-on-elements': [PASS, FAIL], | 148 'getters-on-elements': [PASS, FAIL], |
| 149 # Tests taking too long | 149 # Tests taking too long |
| 150 'regress/regress-1122': [PASS, TIMEOUT], | 150 'debug-stepout-scope-part8': [SKIP], |
| 151 'regress/regress-331444': [PASS, TIMEOUT], | 151 'mirror-object': [SKIP], |
| 152 'packed-elements': [SKIP], |
| 153 'regress/regress-1122': [SKIP], |
| 154 'regress/regress-331444': [SKIP], |
| 155 'regress/regress-353551': [SKIP], |
| 156 'regress/regress-crbug-119926': [SKIP], |
| 157 'regress/short-circuit': [SKIP], |
| 158 'unicode-test': [SKIP], |
| 159 'whitespaces': [SKIP] |
| 152 }], # 'gc_stress == True' | 160 }], # 'gc_stress == True' |
| 153 | 161 |
| 154 ############################################################################## | 162 ############################################################################## |
| 155 ['no_i18n', { | 163 ['no_i18n', { |
| 156 # Don't call runtime functions that don't exist without i18n support. | 164 # Don't call runtime functions that don't exist without i18n support. |
| 157 'runtime-gen/availablelocalesof': [SKIP], | 165 'runtime-gen/availablelocalesof': [SKIP], |
| 158 'runtime-gen/breakiteratoradopttext': [SKIP], | 166 'runtime-gen/breakiteratoradopttext': [SKIP], |
| 159 'runtime-gen/breakiteratorbreaktype': [SKIP], | 167 'runtime-gen/breakiteratorbreaktype': [SKIP], |
| 160 'runtime-gen/breakiteratorbreaktype': [SKIP], | 168 'runtime-gen/breakiteratorbreaktype': [SKIP], |
| 161 'runtime-gen/breakiteratorcurrent': [SKIP], | 169 'runtime-gen/breakiteratorcurrent': [SKIP], |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'never-optimize': [SKIP], | 469 'never-optimize': [SKIP], |
| 462 'regress/regress-2185-2': [SKIP], | 470 'regress/regress-2185-2': [SKIP], |
| 463 'harmony/object-observe': [SKIP], | 471 'harmony/object-observe': [SKIP], |
| 464 'readonly': [SKIP], | 472 'readonly': [SKIP], |
| 465 'array-feedback': [SKIP], | 473 'array-feedback': [SKIP], |
| 466 | 474 |
| 467 # Deopt every n garbage collections collides with deopt every n times. | 475 # Deopt every n garbage collections collides with deopt every n times. |
| 468 'regress/regress-2653': [SKIP], | 476 'regress/regress-2653': [SKIP], |
| 469 }], # 'deopt_fuzzer == True' | 477 }], # 'deopt_fuzzer == True' |
| 470 ] | 478 ] |
| OLD | NEW |