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]], | |
332 }], # ALWAYS | 285 }], # ALWAYS |
333 | 286 |
334 ['novfp3 == True', { | 287 ['novfp3 == True', { |
335 'asm/embenchen/box2d': [SKIP], | 288 'asm/embenchen/box2d': [SKIP], |
336 'asm/embenchen/zlib': [SKIP], | 289 'asm/embenchen/zlib': [SKIP], |
337 'asm/embenchen/memops': [SKIP], | 290 'asm/embenchen/memops': [SKIP], |
338 'asm/embenchen/lua_binarytrees': [SKIP], | 291 'asm/embenchen/lua_binarytrees': [SKIP], |
339 }], # novfp3 == True | 292 }], # novfp3 == True |
340 | 293 |
341 ############################################################################## | 294 ############################################################################## |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 354 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
402 | 355 |
403 # BUG(v8:3097) | 356 # BUG(v8:3097) |
404 'debug-references': [SKIP], | 357 'debug-references': [SKIP], |
405 | 358 |
406 # BUG(v8:4754). | 359 # BUG(v8:4754). |
407 'debug-referenced-by': [PASS, NO_VARIANTS], | 360 'debug-referenced-by': [PASS, NO_VARIANTS], |
408 | 361 |
409 # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 362 # BUG(v8:4779): Crashes flakily with stress mode on arm64. |
410 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 363 '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], | |
421 }], # 'gc_stress == True' | 364 }], # 'gc_stress == True' |
422 | 365 |
423 ############################################################################## | 366 ############################################################################## |
424 ['no_i18n == True and mode == debug', { | 367 ['no_i18n == True and mode == debug', { |
425 # Tests too slow for no18n debug. | 368 # Tests too slow for no18n debug. |
426 'regress/regress-1200351': [SKIP], | 369 'regress/regress-1200351': [SKIP], |
427 }], # 'no_i18n == True and mode == debug' | 370 }], # 'no_i18n == True and mode == debug' |
428 | 371 |
429 ############################################################################## | 372 ############################################################################## |
430 ['byteorder == big', { | 373 ['byteorder == big', { |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 'regress/regress-331444': [PASS, SLOW], | 443 'regress/regress-331444': [PASS, SLOW], |
501 'regress/regress-490': [PASS, SLOW], | 444 'regress/regress-490': [PASS, SLOW], |
502 'regress/regress-crbug-217858': [PASS, SLOW], | 445 'regress/regress-crbug-217858': [PASS, SLOW], |
503 'regress/regress-create-exception': [PASS, SLOW], | 446 'regress/regress-create-exception': [PASS, SLOW], |
504 'regress/regress-json-stringify-gc': [PASS, SLOW], | 447 'regress/regress-json-stringify-gc': [PASS, SLOW], |
505 'string-indexof-2': [PASS, SLOW], | 448 'string-indexof-2': [PASS, SLOW], |
506 'unicodelctest-no-optimization': [PASS, SLOW], | 449 'unicodelctest-no-optimization': [PASS, SLOW], |
507 'unicodelctest': [PASS, SLOW], | 450 'unicodelctest': [PASS, SLOW], |
508 'unicode-test': [PASS, SLOW], | 451 'unicode-test': [PASS, SLOW], |
509 'whitespaces': [PASS, TIMEOUT, SLOW], | 452 '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], | |
517 }], # 'arch == arm64' | 453 }], # 'arch == arm64' |
518 | 454 |
519 ['arch == arm64 and mode == debug and simulator_run == True', { | 455 ['arch == arm64 and mode == debug and simulator_run == True', { |
520 | 456 |
521 # Pass but take too long with the simulator in debug mode. | 457 # Pass but take too long with the simulator in debug mode. |
522 'array-iterate-backwards': [PASS, TIMEOUT], | 458 'array-iterate-backwards': [PASS, TIMEOUT], |
523 'array-sort': [PASS, TIMEOUT], | 459 'array-sort': [PASS, TIMEOUT], |
524 'packed-elements': [SKIP], | 460 'packed-elements': [SKIP], |
525 'regexp-global': [SKIP], | 461 'regexp-global': [SKIP], |
526 'compiler/alloc-numbers': [SKIP], | 462 'compiler/alloc-numbers': [SKIP], |
(...skipping 18 matching lines...) Expand all Loading... |
545 | 481 |
546 ############################################################################## | 482 ############################################################################## |
547 ['msan == True', { | 483 ['msan == True', { |
548 # Skip tests not suitable for MSAN. | 484 # Skip tests not suitable for MSAN. |
549 'big-array-literal': [SKIP], | 485 'big-array-literal': [SKIP], |
550 # ICU upstream issues. | 486 # ICU upstream issues. |
551 'date': [SKIP], | 487 'date': [SKIP], |
552 'deep-recursion': [SKIP], | 488 'deep-recursion': [SKIP], |
553 'regress/regress-builtinbust-7': [SKIP], | 489 'regress/regress-builtinbust-7': [SKIP], |
554 'string-localecompare': [SKIP], | 490 '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], | |
566 }], # 'msan == True' | 491 }], # 'msan == True' |
567 | 492 |
568 ############################################################################## | 493 ############################################################################## |
569 ['arch == arm or arch == android_arm', { | 494 ['arch == arm or arch == android_arm', { |
570 | 495 |
571 # Slow tests which times out in debug mode. | 496 # Slow tests which times out in debug mode. |
572 'try': [PASS, ['mode == debug', SKIP]], | 497 'try': [PASS, ['mode == debug', SKIP]], |
573 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 498 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
574 'array-constructor': [PASS, ['mode == debug', SKIP]], | 499 'array-constructor': [PASS, ['mode == debug', SKIP]], |
575 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm',
SKIP]], | 500 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm',
SKIP]], |
(...skipping 25 matching lines...) Expand all Loading... |
601 # Slow tests. | 526 # Slow tests. |
602 'array-sort': [PASS, SLOW], | 527 'array-sort': [PASS, SLOW], |
603 'compiler/osr-with-args': [PASS, SLOW], | 528 'compiler/osr-with-args': [PASS, SLOW], |
604 'mirror-object': [PASS, SLOW], | 529 'mirror-object': [PASS, SLOW], |
605 'packed-elements': [PASS, SLOW], | 530 'packed-elements': [PASS, SLOW], |
606 'regress/regress-2185-2': [PASS, SLOW], | 531 'regress/regress-2185-2': [PASS, SLOW], |
607 'regress/regress-2790': [PASS, SLOW], | 532 'regress/regress-2790': [PASS, SLOW], |
608 'regress/regress-91008': [PASS, SLOW], | 533 'regress/regress-91008': [PASS, SLOW], |
609 'regress/regress-json-stringify-gc': [PASS, SLOW], | 534 'regress/regress-json-stringify-gc': [PASS, SLOW], |
610 'string-indexof-2': [PASS, TIMEOUT], | 535 '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], | |
616 }], # 'arch == arm or arch == android_arm' | 536 }], # 'arch == arm or arch == android_arm' |
617 | 537 |
618 ############################################################################## | 538 ############################################################################## |
619 ['arch == mipsel or arch == mips', { | 539 ['arch == mipsel or arch == mips', { |
620 | 540 |
621 # Slow tests which times out in debug mode. | 541 # Slow tests which times out in debug mode. |
622 'try': [PASS, ['mode == debug', SKIP]], | 542 'try': [PASS, ['mode == debug', SKIP]], |
623 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 543 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
624 'array-constructor': [PASS, ['mode == debug', SKIP]], | 544 'array-constructor': [PASS, ['mode == debug', SKIP]], |
625 | 545 |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 ############################################################################## | 845 ############################################################################## |
926 ['gcov_coverage', { | 846 ['gcov_coverage', { |
927 # Tests taking too long. | 847 # Tests taking too long. |
928 'array-functions-prototype-misc': [SKIP], | 848 'array-functions-prototype-misc': [SKIP], |
929 | 849 |
930 # Stack overflow. | 850 # Stack overflow. |
931 'big-array-literal': [SKIP], | 851 'big-array-literal': [SKIP], |
932 }], # 'gcov_coverage' | 852 }], # 'gcov_coverage' |
933 | 853 |
934 ] | 854 ] |
OLD | NEW |