| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'regress/regress-91008': [SKIP], | 197 'regress/regress-91008': [SKIP], |
| 198 'regress/regress-91010': [SKIP], | 198 'regress/regress-91010': [SKIP], |
| 199 'regress/regress-91013': [SKIP], | 199 'regress/regress-91013': [SKIP], |
| 200 'regress/regress-99167': [SKIP], | 200 'regress/regress-99167': [SKIP], |
| 201 | 201 |
| 202 # Long running tests. | 202 # Long running tests. |
| 203 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 203 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
| 204 'regress/regress-2185-2': [PASS, TIMEOUT], | 204 'regress/regress-2185-2': [PASS, TIMEOUT], |
| 205 'whitespaces': [PASS, TIMEOUT, SLOW], | 205 'whitespaces': [PASS, TIMEOUT, SLOW], |
| 206 | 206 |
| 207 # Stack manipulations in LiveEdit is not implemented for this arch. | |
| 208 'debug-liveedit-check-stack': [SKIP], | |
| 209 'debug-liveedit-stack-padding': [SKIP], | |
| 210 'debug-liveedit-restart-frame': [SKIP], | |
| 211 'debug-liveedit-double-call': [SKIP], | |
| 212 'harmony/generators-debug-liveedit': [SKIP], | |
| 213 | |
| 214 # BUG(v8:3147). It works on other architectures by accident. | 207 # BUG(v8:3147). It works on other architectures by accident. |
| 215 'regress/regress-conditional-position': [FAIL], | 208 'regress/regress-conditional-position': [FAIL], |
| 216 | 209 |
| 217 # Slow tests. | 210 # Slow tests. |
| 218 'array-concat': [PASS, SLOW], | 211 'array-concat': [PASS, SLOW], |
| 219 'array-constructor': [PASS, SLOW], | 212 'array-constructor': [PASS, SLOW], |
| 220 'array-indexing': [PASS, SLOW], | 213 'array-indexing': [PASS, SLOW], |
| 221 'array-reduce': [PASS, SLOW], | 214 'array-reduce': [PASS, SLOW], |
| 222 'array-sort': [PASS, SLOW], | 215 'array-sort': [PASS, SLOW], |
| 223 'array-splice': [PASS, SLOW], | 216 'array-splice': [PASS, SLOW], |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 'never-optimize': [SKIP], | 394 'never-optimize': [SKIP], |
| 402 'regress/regress-2185-2': [SKIP], | 395 'regress/regress-2185-2': [SKIP], |
| 403 'harmony/object-observe': [SKIP], | 396 'harmony/object-observe': [SKIP], |
| 404 'readonly': [SKIP], | 397 'readonly': [SKIP], |
| 405 'array-feedback': [SKIP], | 398 'array-feedback': [SKIP], |
| 406 | 399 |
| 407 # Deopt every n garbage collections collides with deopt every n times. | 400 # Deopt every n garbage collections collides with deopt every n times. |
| 408 'regress/regress-2653': [SKIP], | 401 'regress/regress-2653': [SKIP], |
| 409 }], # 'deopt_fuzzer == True' | 402 }], # 'deopt_fuzzer == True' |
| 410 ] | 403 ] |
| OLD | NEW |