| 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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'test-api/RethrowStackTrace': [FAIL], | 658 'test-api/RethrowStackTrace': [FAIL], |
| 659 'test-api/TryCatchSourceInfo': [FAIL], | 659 'test-api/TryCatchSourceInfo': [FAIL], |
| 660 'test-api/SetJitCodeEventHandler': [FAIL], | 660 'test-api/SetJitCodeEventHandler': [FAIL], |
| 661 'test-heap/WeakFunctionInConstructor': [FAIL], | 661 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 662 'test-heap/Regress169209': [FAIL], | 662 'test-heap/Regress169209': [FAIL], |
| 663 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 663 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 664 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 664 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 665 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 665 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 666 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 666 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 667 'test-run-inlining/InlineTwice': [FAIL], | 667 'test-run-inlining/InlineTwice': [FAIL], |
| 668 'test-run-jsobjects/ArgumentsRest': [FAIL], | |
| 669 'test-decls/Regress425510': [FAIL], | 668 'test-decls/Regress425510': [FAIL], |
| 670 | 669 |
| 671 # TODO(rmcilroy,4680): Fail on some bot configurations. | 670 # TODO(rmcilroy,4680): Fail on some bot configurations. |
| 672 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 671 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |
| 673 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 672 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |
| 674 'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 673 'test-cpu-profiler/SourceLocation': [PASS, FAIL], |
| 675 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], | 674 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], |
| 676 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 675 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 677 | 676 |
| 678 # TODO(rmcilroy,4680): Test crashes. | 677 # TODO(rmcilroy,4680): Test crashes. |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 755 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 757 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 756 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 758 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 757 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 759 'test-heap/Regress538257': [PASS, FAIL], | 758 'test-heap/Regress538257': [PASS, FAIL], |
| 760 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 759 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 761 'test-api/ExternalWrap': [PASS, FAIL], | 760 'test-api/ExternalWrap': [PASS, FAIL], |
| 762 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 761 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 763 }], # ignition == True and arch == arm64 | 762 }], # ignition == True and arch == arm64 |
| 764 | 763 |
| 765 ] | 764 ] |
| OLD | NEW |