OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 624 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
625 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 625 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
626 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 626 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
627 'test-run-inlining/InlineTwice': [FAIL], | 627 'test-run-inlining/InlineTwice': [FAIL], |
628 | 628 |
629 # TODO(rmcilroy,4680): Fail on some bot configurations. | 629 # TODO(rmcilroy,4680): Fail on some bot configurations. |
630 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 630 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |
631 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 631 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |
632 'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 632 'test-cpu-profiler/SourceLocation': [PASS, FAIL], |
633 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 633 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
634 | |
635 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in | |
636 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. | |
637 'test-func-name-inference/GlobalProperty': [SKIP], | |
638 'test-func-name-inference/GlobalVar': [SKIP], | |
639 'test-func-name-inference/InConstructor': [SKIP], | |
640 'test-func-name-inference/Static': [SKIP], | |
641 'test-func-name-inference/LocalVar': [SKIP], | |
642 'test-func-name-inference/Factory': [SKIP], | |
643 'test-func-name-inference/MultipleFuncsConditional': [SKIP], | |
644 'test-func-name-inference/AsParameter': [SKIP], | |
645 'test-func-name-inference/Prototype': [SKIP], | |
646 'test-func-name-inference/MultipleFuncsInLiteral': [SKIP], | |
647 'test-func-name-inference/ObjectLiteral': [SKIP], | |
648 'test-func-name-inference/AnonymousInAnonymousClosure1': [SKIP], | |
649 'test-func-name-inference/AnonymousInAnonymousClosure2': [SKIP], | |
650 'test-func-name-inference/MultipleAssignments': [SKIP], | |
651 'test-func-name-inference/Issue380': [SKIP], | |
652 'test-func-name-inference/NamedInAnonymousClosure': [SKIP], | |
653 'test-func-name-inference/AsConstructorParameter': [SKIP], | |
654 'test-func-name-inference/GlobalAssignmentAndCall': [SKIP], | |
655 'test-func-name-inference/FactoryHashmapConditional': [SKIP], | |
656 'test-func-name-inference/FactoryHashmap': [SKIP], | |
657 'test-func-name-inference/FactoryHashmapVariable': [SKIP], | |
658 'test-func-name-inference/MethodAssignmentInAnonymousFunctionCall': [SKIP], | |
659 'test-func-name-inference/AssignmentAndCall': [SKIP], | |
660 'test-func-name-inference/ReturnAnonymousFunction': [SKIP], | |
661 }], # ignition == True | 634 }], # ignition == True |
662 | 635 |
663 ['ignition == True and mode == debug and arch == x64', { | 636 ['ignition == True and mode == debug and arch == x64', { |
664 # TODO(rmcilroy,4680): Flaky failures. | 637 # TODO(rmcilroy,4680): Flaky failures. |
665 'test-api/CallAsFunction': [PASS, FAIL], | 638 'test-api/CallAsFunction': [PASS, FAIL], |
666 'test-api/ConstructorForObject': [PASS, FAIL], | 639 'test-api/ConstructorForObject': [PASS, FAIL], |
667 'test-api/Regress528': [PASS, FAIL], | 640 'test-api/Regress528': [PASS, FAIL], |
668 }], | 641 }], |
669 | 642 |
670 ['ignition == True and arch == x64', { | 643 ['ignition == True and arch == x64', { |
(...skipping 19 matching lines...) Expand all Loading... |
690 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 663 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
691 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 664 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
692 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], | 665 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], |
693 'test-heap/Regress538257': [PASS, FAIL], | 666 'test-heap/Regress538257': [PASS, FAIL], |
694 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 667 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
695 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 668 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
696 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 669 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
697 }], # ignition == True and arch == arm64 | 670 }], # ignition == True and arch == arm64 |
698 | 671 |
699 ] | 672 ] |
OLD | NEW |