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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 | 570 |
571 # TODO(rmcilroy,4680): Strong mode failures. | 571 # TODO(rmcilroy,4680): Strong mode failures. |
572 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], | 572 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], |
573 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], | 573 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], |
574 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], | 574 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], |
575 'test-api/StrongModeAccessCheckBlocked': [FAIL], | 575 'test-api/StrongModeAccessCheckBlocked': [FAIL], |
576 'test-api/AccessorShouldThrowOnError': [FAIL], | 576 'test-api/AccessorShouldThrowOnError': [FAIL], |
577 'test-api/InterceptorShouldThrowOnError': [FAIL], | 577 'test-api/InterceptorShouldThrowOnError': [FAIL], |
578 'test-api/StrongModeAccessCheckAllowed': [FAIL], | 578 'test-api/StrongModeAccessCheckAllowed': [FAIL], |
579 | 579 |
580 # TODO(rmcilroy,4680): FunctionTester SameValue check fails. | |
581 'test-run-variables/StackInitializeVariables': [FAIL], | |
582 'test-run-variables/ContextInitializeVariables': [FAIL], | |
583 'test-run-variables/ContextStoreVariables': [FAIL], | |
584 'test-run-variables/StackStoreVariables': [FAIL], | |
585 'test-run-variables/ContextLoadVariables': [FAIL], | |
586 'test-run-variables/StackLoadVariables': [FAIL], | |
587 | |
588 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 580 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
589 'test-api/SetFunctionEntryHook': [FAIL], | 581 'test-api/SetFunctionEntryHook': [FAIL], |
590 | 582 |
591 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 583 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
592 'test-heap/TestCodeFlushingPreAged': [FAIL], | 584 'test-heap/TestCodeFlushingPreAged': [FAIL], |
593 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 585 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
594 'test-heap/TestCodeFlushing': [FAIL], | 586 'test-heap/TestCodeFlushing': [FAIL], |
595 'test-heap/TestCodeFlushingIncremental': [FAIL], | 587 'test-heap/TestCodeFlushingIncremental': [FAIL], |
596 | 588 |
597 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). | 589 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 'test-api/TryCatchSourceInfo': [FAIL], | 635 'test-api/TryCatchSourceInfo': [FAIL], |
644 'test-api/SetJitCodeEventHandler': [FAIL], | 636 'test-api/SetJitCodeEventHandler': [FAIL], |
645 'test-heap/WeakFunctionInConstructor': [FAIL], | 637 'test-heap/WeakFunctionInConstructor': [FAIL], |
646 'test-heap/Regress169209': [FAIL], | 638 'test-heap/Regress169209': [FAIL], |
647 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 639 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
648 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 640 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
649 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 641 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
650 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 642 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
651 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 643 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
652 'test-run-inlining/InlineTwice': [FAIL], | 644 'test-run-inlining/InlineTwice': [FAIL], |
653 'test-decls/Regress425510': [FAIL], | |
654 | 645 |
655 # TODO(rmcilroy,4680): Fail on some bot configurations. | 646 # TODO(rmcilroy,4680): Fail on some bot configurations. |
656 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 647 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |
657 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 648 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |
658 'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 649 'test-cpu-profiler/SourceLocation': [PASS, FAIL], |
659 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], | 650 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], |
660 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 651 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
661 | 652 |
662 # TODO(rmcilroy,4680): Test crashes. | 653 # TODO(rmcilroy,4680): Test crashes. |
663 'test-pipeline/PipelineGeneric': [SKIP], | 654 'test-pipeline/PipelineGeneric': [SKIP], |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 732 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
742 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 733 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
743 'test-heap/Regress538257': [PASS, FAIL], | 734 'test-heap/Regress538257': [PASS, FAIL], |
744 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 735 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
745 'test-api/ExternalWrap': [PASS, FAIL], | 736 'test-api/ExternalWrap': [PASS, FAIL], |
746 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 737 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
747 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 738 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
748 }], # ignition == True and arch == arm64 | 739 }], # ignition == True and arch == arm64 |
749 | 740 |
750 ] | 741 ] |
OLD | NEW |