| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'regress/regress-490': [SKIP], | 339 'regress/regress-490': [SKIP], |
| 340 'regress/regress-634': [SKIP], | 340 'regress/regress-634': [SKIP], |
| 341 'regress/regress-create-exception': [SKIP], | 341 'regress/regress-create-exception': [SKIP], |
| 342 'regress/regress-3247124': [SKIP], | 342 'regress/regress-3247124': [SKIP], |
| 343 | 343 |
| 344 # Requires bigger stack size in the Genesis and if stack size is increased, | 344 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 345 # the test requires too much time to run. However, the problem test covers | 345 # the test requires too much time to run. However, the problem test covers |
| 346 # should be platform-independent. | 346 # should be platform-independent. |
| 347 'regress/regress-1132': [SKIP], | 347 'regress/regress-1132': [SKIP], |
| 348 | 348 |
| 349 # Stack manipulations in LiveEdit is not implemented for this arch. | |
| 350 'debug-liveedit-check-stack': [SKIP], | |
| 351 'debug-liveedit-stack-padding': [SKIP], | |
| 352 'debug-liveedit-restart-frame': [SKIP], | |
| 353 'debug-liveedit-double-call': [SKIP], | |
| 354 'harmony/generators-debug-liveedit': [SKIP], | |
| 355 | |
| 356 # Currently always deopt on minus zero | 349 # Currently always deopt on minus zero |
| 357 'math-floor-of-div-minus-zero': [SKIP], | 350 'math-floor-of-div-minus-zero': [SKIP], |
| 358 }], # 'arch == mipsel or arch == mips' | 351 }], # 'arch == mipsel or arch == mips' |
| 359 | 352 |
| 360 ############################################################################## | 353 ############################################################################## |
| 361 # Native Client uses the ARM simulator so will behave similarly to arm | 354 # Native Client uses the ARM simulator so will behave similarly to arm |
| 362 # on mjsunit tests. | 355 # on mjsunit tests. |
| 363 # TODO(bradchen): enable more tests for NaCl V8 when it stops using | 356 # TODO(bradchen): enable more tests for NaCl V8 when it stops using |
| 364 # the ARM simulator. | 357 # the ARM simulator. |
| 365 ############################################################################## | 358 ############################################################################## |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'never-optimize': [SKIP], | 401 'never-optimize': [SKIP], |
| 409 'regress/regress-2185-2': [SKIP], | 402 'regress/regress-2185-2': [SKIP], |
| 410 'harmony/object-observe': [SKIP], | 403 'harmony/object-observe': [SKIP], |
| 411 'readonly': [SKIP], | 404 'readonly': [SKIP], |
| 412 'array-feedback': [SKIP], | 405 'array-feedback': [SKIP], |
| 413 | 406 |
| 414 # Deopt every n garbage collections collides with deopt every n times. | 407 # Deopt every n garbage collections collides with deopt every n times. |
| 415 'regress/regress-2653': [SKIP], | 408 'regress/regress-2653': [SKIP], |
| 416 }], # 'deopt_fuzzer == True' | 409 }], # 'deopt_fuzzer == True' |
| 417 ] | 410 ] |
| OLD | NEW |