| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'getters-on-elements': [PASS, FAIL], | 148 'getters-on-elements': [PASS, FAIL], |
| 149 # Tests taking too long | 149 # Tests taking too long |
| 150 'debug-stepout-scope-part8': [SKIP], | 150 'debug-stepout-scope-part8': [SKIP], |
| 151 'mirror-object': [SKIP], | 151 'mirror-object': [SKIP], |
| 152 'packed-elements': [SKIP], | 152 'packed-elements': [SKIP], |
| 153 'regress/regress-1122': [SKIP], | 153 'regress/regress-1122': [SKIP], |
| 154 'regress/regress-331444': [SKIP], | 154 'regress/regress-331444': [SKIP], |
| 155 'regress/regress-353551': [SKIP], | 155 'regress/regress-353551': [SKIP], |
| 156 'regress/regress-crbug-119926': [SKIP], | 156 'regress/regress-crbug-119926': [SKIP], |
| 157 'regress/short-circuit': [SKIP], | 157 'regress/short-circuit': [SKIP], |
| 158 'stack-traces-overflow': [SKIP], |
| 158 'unicode-test': [SKIP], | 159 'unicode-test': [SKIP], |
| 159 'whitespaces': [SKIP] | 160 'whitespaces': [SKIP] |
| 160 }], # 'gc_stress == True' | 161 }], # 'gc_stress == True' |
| 161 | 162 |
| 162 ############################################################################## | 163 ############################################################################## |
| 163 ['no_i18n', { | 164 ['no_i18n', { |
| 164 # Don't call runtime functions that don't exist without i18n support. | 165 # Don't call runtime functions that don't exist without i18n support. |
| 165 'runtime-gen/availablelocalesof': [SKIP], | 166 'runtime-gen/availablelocalesof': [SKIP], |
| 166 'runtime-gen/breakiteratoradopttext': [SKIP], | 167 'runtime-gen/breakiteratoradopttext': [SKIP], |
| 167 'runtime-gen/breakiteratorbreaktype': [SKIP], | 168 'runtime-gen/breakiteratorbreaktype': [SKIP], |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 'never-optimize': [SKIP], | 470 'never-optimize': [SKIP], |
| 470 'regress/regress-2185-2': [SKIP], | 471 'regress/regress-2185-2': [SKIP], |
| 471 'harmony/object-observe': [SKIP], | 472 'harmony/object-observe': [SKIP], |
| 472 'readonly': [SKIP], | 473 'readonly': [SKIP], |
| 473 'array-feedback': [SKIP], | 474 'array-feedback': [SKIP], |
| 474 | 475 |
| 475 # Deopt every n garbage collections collides with deopt every n times. | 476 # Deopt every n garbage collections collides with deopt every n times. |
| 476 'regress/regress-2653': [SKIP], | 477 'regress/regress-2653': [SKIP], |
| 477 }], # 'deopt_fuzzer == True' | 478 }], # 'deopt_fuzzer == True' |
| 478 ] | 479 ] |
| OLD | NEW |