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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], | 275 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
276 | 276 |
277 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | 277 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
278 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], | 278 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], |
279 | 279 |
280 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 280 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
281 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 281 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
282 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 282 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
283 # desugaring regexp property class relies on ICU. | 283 # desugaring regexp property class relies on ICU. |
284 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 284 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 285 |
| 286 ############################################################################ |
| 287 # Ignition |
| 288 |
| 289 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
| 290 'debug-liveedit-restart-frame': [PASS, NO_IGNITION], |
| 291 'debug-liveedit-literals': [PASS, NO_IGNITION], |
| 292 'debug-liveedit-3': [PASS, NO_IGNITION], |
| 293 'debug-liveedit-1': [PASS, NO_IGNITION], |
| 294 'debug-liveedit-2': [PASS, NO_IGNITION], |
| 295 'debug-liveedit-patch-positions-replace': [PASS, NO_IGNITION], |
| 296 'debug-liveedit-patch-positions': [PASS, NO_IGNITION], |
| 297 'debug-liveedit-stepin': [PASS, NO_IGNITION], |
| 298 'debug-liveedit-newsource': [PASS, NO_IGNITION], |
| 299 'debug-liveedit-stack-padding': [PASS, NO_IGNITION], |
| 300 'debug-liveedit-breakpoints': [PASS, NO_IGNITION], |
| 301 'es6/debug-liveedit-new-target-1': [PASS, NO_IGNITION], |
| 302 'es6/debug-liveedit-new-target-2': [PASS, NO_IGNITION], |
| 303 'es6/debug-liveedit-new-target-3': [PASS, NO_IGNITION], |
| 304 'es6/generators-debug-liveedit': [PASS, NO_IGNITION], |
| 305 |
| 306 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 307 'array-literal-feedback': [PASS, NO_IGNITION], |
| 308 'regress/regress-4121': [PASS, NO_IGNITION], |
| 309 |
| 310 # TODO(mythria, 4764): lack of osr support. |
| 311 'regress/regress-2618': [PASS, NO_IGNITION], |
| 312 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 313 # till it is optimized. So test timeouts. |
| 314 'array-literal-transitions': [PASS, NO_IGNITION], |
| 315 |
| 316 # TODO(mythria, 4680): Relate to GC and ignition holding references to |
| 317 # objects. |
| 318 'es6/mirror-collections': [PASS, NO_IGNITION], |
| 319 |
| 320 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng |
| 321 # eager compile of the whole script instead of during lazy compile of the func
tion |
| 322 # f(), so we can't catch the exception in the try/catch. Skip because on some |
| 323 # platforms the stack limit is different and the exception doesn't fire. |
| 324 'regress/regress-crbug-589472': [PASS, NO_IGNITION], |
| 325 |
| 326 # Debugger test cases that pass with ignition, but not full-codegen. |
| 327 # These differences between full-codegen and ignition are deliberate. |
| 328 'ignition/elided-instruction-no-ignition': [PASS, NO_IGNITION], |
| 329 |
| 330 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', NO_IGNITION]], |
| 331 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', NO_IGNITION]], |
285 }], # ALWAYS | 332 }], # ALWAYS |
286 | 333 |
287 ['novfp3 == True', { | 334 ['novfp3 == True', { |
288 'asm/embenchen/box2d': [SKIP], | 335 'asm/embenchen/box2d': [SKIP], |
289 'asm/embenchen/zlib': [SKIP], | 336 'asm/embenchen/zlib': [SKIP], |
290 'asm/embenchen/memops': [SKIP], | 337 'asm/embenchen/memops': [SKIP], |
291 'asm/embenchen/lua_binarytrees': [SKIP], | 338 'asm/embenchen/lua_binarytrees': [SKIP], |
292 }], # novfp3 == True | 339 }], # novfp3 == True |
293 | 340 |
294 ############################################################################## | 341 ############################################################################## |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
355 | 402 |
356 # BUG(v8:3097) | 403 # BUG(v8:3097) |
357 'debug-references': [SKIP], | 404 'debug-references': [SKIP], |
358 | 405 |
359 # BUG(v8:4754). | 406 # BUG(v8:4754). |
360 'debug-referenced-by': [PASS, NO_VARIANTS], | 407 'debug-referenced-by': [PASS, NO_VARIANTS], |
361 | 408 |
362 # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 409 # BUG(v8:4779): Crashes flakily with stress mode on arm64. |
363 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 410 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], |
| 411 |
| 412 # TODO(oth,4680): failures from the bots. |
| 413 'ignition/elided-instruction': [PASS, NO_IGNITION], |
| 414 'regress/regress-269': [PASS, NO_IGNITION], |
| 415 |
| 416 # TODO(yangguo,4961): issues with the compiler pipeline. |
| 417 'es6/typedarray-copywithin': [PASS, NO_IGNITION], |
| 418 'es6/block-conflicts': [PASS, NO_IGNITION], |
| 419 'es6/block-conflicts-sloppy': [PASS, NO_IGNITION], |
| 420 'mul-exhaustive-part10': [PASS, NO_IGNITION], |
364 }], # 'gc_stress == True' | 421 }], # 'gc_stress == True' |
365 | 422 |
366 ############################################################################## | 423 ############################################################################## |
367 ['no_i18n == True and mode == debug', { | 424 ['no_i18n == True and mode == debug', { |
368 # Tests too slow for no18n debug. | 425 # Tests too slow for no18n debug. |
369 'regress/regress-1200351': [SKIP], | 426 'regress/regress-1200351': [SKIP], |
370 }], # 'no_i18n == True and mode == debug' | 427 }], # 'no_i18n == True and mode == debug' |
371 | 428 |
372 ############################################################################## | 429 ############################################################################## |
373 ['byteorder == big', { | 430 ['byteorder == big', { |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'regress/regress-331444': [PASS, SLOW], | 500 'regress/regress-331444': [PASS, SLOW], |
444 'regress/regress-490': [PASS, SLOW], | 501 'regress/regress-490': [PASS, SLOW], |
445 'regress/regress-crbug-217858': [PASS, SLOW], | 502 'regress/regress-crbug-217858': [PASS, SLOW], |
446 'regress/regress-create-exception': [PASS, SLOW], | 503 'regress/regress-create-exception': [PASS, SLOW], |
447 'regress/regress-json-stringify-gc': [PASS, SLOW], | 504 'regress/regress-json-stringify-gc': [PASS, SLOW], |
448 'string-indexof-2': [PASS, SLOW], | 505 'string-indexof-2': [PASS, SLOW], |
449 'unicodelctest-no-optimization': [PASS, SLOW], | 506 'unicodelctest-no-optimization': [PASS, SLOW], |
450 'unicodelctest': [PASS, SLOW], | 507 'unicodelctest': [PASS, SLOW], |
451 'unicode-test': [PASS, SLOW], | 508 'unicode-test': [PASS, SLOW], |
452 'whitespaces': [PASS, TIMEOUT, SLOW], | 509 'whitespaces': [PASS, TIMEOUT, SLOW], |
| 510 |
| 511 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 512 'asm/construct-double': [PASS, NO_IGNITION], |
| 513 'compiler/osr-one': [PASS, NO_IGNITION], |
| 514 'compiler/osr-two': [PASS, NO_IGNITION], |
| 515 'wasm/asm-wasm-i32': [PASS, NO_IGNITION], |
| 516 'wasm/asm-wasm-u32': [PASS, NO_IGNITION], |
453 }], # 'arch == arm64' | 517 }], # 'arch == arm64' |
454 | 518 |
455 ['arch == arm64 and mode == debug and simulator_run == True', { | 519 ['arch == arm64 and mode == debug and simulator_run == True', { |
456 | 520 |
457 # Pass but take too long with the simulator in debug mode. | 521 # Pass but take too long with the simulator in debug mode. |
458 'array-iterate-backwards': [PASS, TIMEOUT], | 522 'array-iterate-backwards': [PASS, TIMEOUT], |
459 'array-sort': [PASS, TIMEOUT], | 523 'array-sort': [PASS, TIMEOUT], |
460 'packed-elements': [SKIP], | 524 'packed-elements': [SKIP], |
461 'regexp-global': [SKIP], | 525 'regexp-global': [SKIP], |
462 'compiler/alloc-numbers': [SKIP], | 526 'compiler/alloc-numbers': [SKIP], |
(...skipping 18 matching lines...) Expand all Loading... |
481 | 545 |
482 ############################################################################## | 546 ############################################################################## |
483 ['msan == True', { | 547 ['msan == True', { |
484 # Skip tests not suitable for MSAN. | 548 # Skip tests not suitable for MSAN. |
485 'big-array-literal': [SKIP], | 549 'big-array-literal': [SKIP], |
486 # ICU upstream issues. | 550 # ICU upstream issues. |
487 'date': [SKIP], | 551 'date': [SKIP], |
488 'deep-recursion': [SKIP], | 552 'deep-recursion': [SKIP], |
489 'regress/regress-builtinbust-7': [SKIP], | 553 'regress/regress-builtinbust-7': [SKIP], |
490 'string-localecompare': [SKIP], | 554 'string-localecompare': [SKIP], |
| 555 |
| 556 # TODO(mythria,4680): All of these tests have large loops and hence slow |
| 557 # and timeout. |
| 558 'compiler/osr-big': [PASS, NO_IGNITION], |
| 559 'compiler/osr-nested': [PASS, NO_IGNITION], |
| 560 'regress/regress-298269': [PASS, NO_IGNITION], |
| 561 'regress/regress-crbug-319860': [PASS, NO_IGNITION], |
| 562 'regress/regress-deep-proto': [PASS, NO_IGNITION], |
| 563 'try': [PASS, NO_IGNITION], |
| 564 # Too slow for interpreter and msan. |
| 565 'es6/tail-call-megatest*': [PASS, NO_IGNITION], |
491 }], # 'msan == True' | 566 }], # 'msan == True' |
492 | 567 |
493 ############################################################################## | 568 ############################################################################## |
494 ['arch == arm or arch == android_arm', { | 569 ['arch == arm or arch == android_arm', { |
495 | 570 |
496 # Slow tests which times out in debug mode. | 571 # Slow tests which times out in debug mode. |
497 'try': [PASS, ['mode == debug', SKIP]], | 572 'try': [PASS, ['mode == debug', SKIP]], |
498 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 573 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
499 'array-constructor': [PASS, ['mode == debug', SKIP]], | 574 'array-constructor': [PASS, ['mode == debug', SKIP]], |
500 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm',
SKIP]], | 575 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm',
SKIP]], |
(...skipping 25 matching lines...) Expand all Loading... |
526 # Slow tests. | 601 # Slow tests. |
527 'array-sort': [PASS, SLOW], | 602 'array-sort': [PASS, SLOW], |
528 'compiler/osr-with-args': [PASS, SLOW], | 603 'compiler/osr-with-args': [PASS, SLOW], |
529 'mirror-object': [PASS, SLOW], | 604 'mirror-object': [PASS, SLOW], |
530 'packed-elements': [PASS, SLOW], | 605 'packed-elements': [PASS, SLOW], |
531 'regress/regress-2185-2': [PASS, SLOW], | 606 'regress/regress-2185-2': [PASS, SLOW], |
532 'regress/regress-2790': [PASS, SLOW], | 607 'regress/regress-2790': [PASS, SLOW], |
533 'regress/regress-91008': [PASS, SLOW], | 608 'regress/regress-91008': [PASS, SLOW], |
534 'regress/regress-json-stringify-gc': [PASS, SLOW], | 609 'regress/regress-json-stringify-gc': [PASS, SLOW], |
535 'string-indexof-2': [PASS, TIMEOUT], | 610 'string-indexof-2': [PASS, TIMEOUT], |
| 611 |
| 612 # TODO(rmcilroy,4680): Arm specific timeouts. |
| 613 'compiler/osr-one': [PASS, NO_IGNITION], |
| 614 'compiler/osr-two': [PASS, NO_IGNITION], |
| 615 'regress/regress-1257': [PASS, NO_IGNITION], |
536 }], # 'arch == arm or arch == android_arm' | 616 }], # 'arch == arm or arch == android_arm' |
537 | 617 |
538 ############################################################################## | 618 ############################################################################## |
539 ['arch == mipsel or arch == mips', { | 619 ['arch == mipsel or arch == mips', { |
540 | 620 |
541 # Slow tests which times out in debug mode. | 621 # Slow tests which times out in debug mode. |
542 'try': [PASS, ['mode == debug', SKIP]], | 622 'try': [PASS, ['mode == debug', SKIP]], |
543 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 623 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
544 'array-constructor': [PASS, ['mode == debug', SKIP]], | 624 'array-constructor': [PASS, ['mode == debug', SKIP]], |
545 | 625 |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 ############################################################################## | 925 ############################################################################## |
846 ['gcov_coverage', { | 926 ['gcov_coverage', { |
847 # Tests taking too long. | 927 # Tests taking too long. |
848 'array-functions-prototype-misc': [SKIP], | 928 'array-functions-prototype-misc': [SKIP], |
849 | 929 |
850 # Stack overflow. | 930 # Stack overflow. |
851 'big-array-literal': [SKIP], | 931 'big-array-literal': [SKIP], |
852 }], # 'gcov_coverage' | 932 }], # 'gcov_coverage' |
853 | 933 |
854 ] | 934 ] |
OLD | NEW |