| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 629 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 630 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 630 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 631 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 631 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 632 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 632 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 633 'test-run-inlining/InlineTwice': [FAIL], | 633 'test-run-inlining/InlineTwice': [FAIL], |
| 634 | 634 |
| 635 # TODO(rmcilroy,4680): Fail on some bot configurations. | 635 # TODO(rmcilroy,4680): Fail on some bot configurations. |
| 636 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 636 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |
| 637 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 637 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |
| 638 'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 638 'test-cpu-profiler/SourceLocation': [PASS, FAIL], |
| 639 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], | |
| 640 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 639 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 641 | 640 |
| 642 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in | 641 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in |
| 643 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. | 642 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. |
| 644 'test-func-name-inference/GlobalProperty': [SKIP], | 643 'test-func-name-inference/GlobalProperty': [SKIP], |
| 645 'test-func-name-inference/GlobalVar': [SKIP], | 644 'test-func-name-inference/GlobalVar': [SKIP], |
| 646 'test-func-name-inference/InConstructor': [SKIP], | 645 'test-func-name-inference/InConstructor': [SKIP], |
| 647 'test-func-name-inference/Static': [SKIP], | 646 'test-func-name-inference/Static': [SKIP], |
| 648 'test-func-name-inference/LocalVar': [SKIP], | 647 'test-func-name-inference/LocalVar': [SKIP], |
| 649 'test-func-name-inference/Factory': [SKIP], | 648 'test-func-name-inference/Factory': [SKIP], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 662 'test-func-name-inference/FactoryHashmapConditional': [SKIP], | 661 'test-func-name-inference/FactoryHashmapConditional': [SKIP], |
| 663 'test-func-name-inference/FactoryHashmap': [SKIP], | 662 'test-func-name-inference/FactoryHashmap': [SKIP], |
| 664 'test-func-name-inference/FactoryHashmapVariable': [SKIP], | 663 'test-func-name-inference/FactoryHashmapVariable': [SKIP], |
| 665 'test-func-name-inference/MethodAssignmentInAnonymousFunctionCall': [SKIP], | 664 'test-func-name-inference/MethodAssignmentInAnonymousFunctionCall': [SKIP], |
| 666 'test-func-name-inference/AssignmentAndCall': [SKIP], | 665 'test-func-name-inference/AssignmentAndCall': [SKIP], |
| 667 'test-func-name-inference/ReturnAnonymousFunction': [SKIP], | 666 'test-func-name-inference/ReturnAnonymousFunction': [SKIP], |
| 668 }], # ignition == True | 667 }], # ignition == True |
| 669 | 668 |
| 670 ['ignition == True and mode == debug and arch == x64', { | 669 ['ignition == True and mode == debug and arch == x64', { |
| 671 # TODO(rmcilroy,4680): Flaky failures. | 670 # TODO(rmcilroy,4680): Flaky failures. |
| 672 'test-run-jsexceptions/CatchNested': [PASS, FAIL], | |
| 673 'test-run-jsexceptions/Catch': [PASS, FAIL], | |
| 674 'test-run-jsexceptions/CatchBreak': [PASS, FAIL], | |
| 675 'test-run-jsexceptions/CatchCall': [PASS, FAIL], | |
| 676 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL], | |
| 677 'test-api/CallAsFunction': [PASS, FAIL], | 671 'test-api/CallAsFunction': [PASS, FAIL], |
| 678 'test-api/ConstructorForObject': [PASS, FAIL], | 672 'test-api/ConstructorForObject': [PASS, FAIL], |
| 679 'test-api/Regress528': [PASS, FAIL], | 673 'test-api/Regress528': [PASS, FAIL], |
| 680 }], | 674 }], |
| 681 | 675 |
| 682 ['ignition == True and arch == x64', { | 676 ['ignition == True and arch == x64', { |
| 683 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 677 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
| 684 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
mode == debug', FAIL]], | 678 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
mode == debug', FAIL]], |
| 685 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
AIL]], | 679 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
AIL]], |
| 686 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], | 680 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 701 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 695 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 702 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 696 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 703 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 697 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 704 'test-heap/Regress538257': [PASS, FAIL], | 698 'test-heap/Regress538257': [PASS, FAIL], |
| 705 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 699 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 706 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 700 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 707 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 701 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
| 708 }], # ignition == True and arch == arm64 | 702 }], # ignition == True and arch == arm64 |
| 709 | 703 |
| 710 ] | 704 ] |
| OLD | NEW |