| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'regress/regress-490': [SKIP], | 294 'regress/regress-490': [SKIP], |
| 295 'regress/regress-634': [SKIP], | 295 'regress/regress-634': [SKIP], |
| 296 'regress/regress-create-exception': [SKIP], | 296 'regress/regress-create-exception': [SKIP], |
| 297 'regress/regress-3247124': [SKIP], | 297 'regress/regress-3247124': [SKIP], |
| 298 | 298 |
| 299 # Requires bigger stack size in the Genesis and if stack size is increased, | 299 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 300 # the test requires too much time to run. However, the problem test covers | 300 # the test requires too much time to run. However, the problem test covers |
| 301 # should be platform-independent. | 301 # should be platform-independent. |
| 302 'regress/regress-1132': [SKIP], | 302 'regress/regress-1132': [SKIP], |
| 303 | 303 |
| 304 # Stack manipulations in LiveEdit is not implemented for this arch. | |
| 305 'debug-liveedit-check-stack': [SKIP], | |
| 306 'debug-liveedit-stack-padding': [SKIP], | |
| 307 'debug-liveedit-restart-frame': [SKIP], | |
| 308 'debug-liveedit-double-call': [SKIP], | |
| 309 'harmony/generators-debug-liveedit': [SKIP], | |
| 310 | |
| 311 # Currently always deopt on minus zero | 304 # Currently always deopt on minus zero |
| 312 'math-floor-of-div-minus-zero': [SKIP], | 305 'math-floor-of-div-minus-zero': [SKIP], |
| 313 | 306 |
| 314 ############################################################################ | 307 ############################################################################ |
| 315 # Slow tests. | 308 # Slow tests. |
| 316 'regress/regress-2185-2': [PASS, SLOW], | 309 'regress/regress-2185-2': [PASS, SLOW], |
| 317 'mirror-object': [PASS, SLOW], | 310 'mirror-object': [PASS, SLOW], |
| 318 'compiler/osr-with-args': [PASS, SLOW], | 311 'compiler/osr-with-args': [PASS, SLOW], |
| 319 'array-sort': [PASS, SLOW], | 312 'array-sort': [PASS, SLOW], |
| 320 'packed-elements': [PASS, SLOW], | 313 'packed-elements': [PASS, SLOW], |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 'never-optimize': [SKIP], | 408 'never-optimize': [SKIP], |
| 416 'regress/regress-2185-2': [SKIP], | 409 'regress/regress-2185-2': [SKIP], |
| 417 'harmony/object-observe': [SKIP], | 410 'harmony/object-observe': [SKIP], |
| 418 'readonly': [SKIP], | 411 'readonly': [SKIP], |
| 419 'array-feedback': [SKIP], | 412 'array-feedback': [SKIP], |
| 420 | 413 |
| 421 # Deopt every n garbage collections collides with deopt every n times. | 414 # Deopt every n garbage collections collides with deopt every n times. |
| 422 'regress/regress-2653': [SKIP], | 415 'regress/regress-2653': [SKIP], |
| 423 }], # 'deopt_fuzzer == True' | 416 }], # 'deopt_fuzzer == True' |
| 424 ] | 417 ] |
| OLD | NEW |