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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). | 587 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). |
588 'test-compiler/OptimizedCodeSharing2': [FAIL], | 588 'test-compiler/OptimizedCodeSharing2': [FAIL], |
589 'test-compiler/OptimizedCodeSharing3': [FAIL], | 589 'test-compiler/OptimizedCodeSharing3': [FAIL], |
590 | 590 |
591 # TODO(rmcilroy,4689): Stack trace line number failures. | 591 # TODO(rmcilroy,4689): Stack trace line number failures. |
592 'test-api/CaptureStackTraceForUncaughtException': [FAIL], | 592 'test-api/CaptureStackTraceForUncaughtException': [FAIL], |
593 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL], | 593 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL], |
594 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | 594 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], |
595 'test-api/TryCatchMixedNesting': [PASS, FAIL], | 595 'test-api/TryCatchMixedNesting': [PASS, FAIL], |
596 | 596 |
597 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure. | |
598 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], | |
599 'test-log-stack-tracer/PureJSStackTrace': [FAIL], | |
600 | |
601 # TODO(rmcilroy,4680): Exception message assert failure. | 597 # TODO(rmcilroy,4680): Exception message assert failure. |
602 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], | 598 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], |
603 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS,
FAIL], | 599 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS,
FAIL], |
604 | 600 |
605 # TODO(rmcilroy,4680): Test assert errors. | 601 # TODO(rmcilroy,4680): Test assert errors. |
606 'test-cpu-profiler/CodeEvents': [FAIL], | 602 'test-cpu-profiler/CodeEvents': [FAIL], |
607 'test-cpu-profiler/TickEvents': [FAIL], | 603 'test-cpu-profiler/TickEvents': [FAIL], |
608 'test-cpu-profiler/CollectSampleAPI': [FAIL], | 604 'test-cpu-profiler/CollectSampleAPI': [FAIL], |
609 'test-cpu-profiler/FunctionDetails': [FAIL], | 605 'test-cpu-profiler/FunctionDetails': [FAIL], |
610 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | 606 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 698 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
703 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 699 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
704 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 700 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
705 'test-heap/Regress538257': [PASS, FAIL], | 701 'test-heap/Regress538257': [PASS, FAIL], |
706 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 702 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
707 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 703 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
708 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 704 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
709 }], # ignition == True and arch == arm64 | 705 }], # ignition == True and arch == arm64 |
710 | 706 |
711 ] | 707 ] |
OLD | NEW |