| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. | 64 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
| 65 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 65 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
| 66 | 66 |
| 67 # This tests only the type system, no point in running several variants. | 67 # This tests only the type system, no point in running several variants. |
| 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS], | 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
| 69 'test-types/*': [PASS, NO_VARIANTS], | 69 'test-types/*': [PASS, NO_VARIANTS], |
| 70 | 70 |
| 71 # This tests API threading, no point in running several variants. | 71 # This tests API threading, no point in running several variants. |
| 72 'test-api/Threading*': [PASS, NO_VARIANTS], | 72 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 73 | 73 |
| 74 # The cpu profiler tests are notoriously flaky. | 74 # BUG(2999). The cpu profiler tests are notoriously flaky. |
| 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) | 75 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], |
| 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) | |
| 77 'test-cpu-profiler/CollectCpuProfile': [SKIP], | |
| 78 'test-cpu-profiler/CollectCpuProfileSamples': [SKIP], | |
| 79 'test-cpu-profiler/FunctionApplySample': [SKIP], | |
| 80 'test-cpu-profiler/FunctionCallSample': [SKIP], | |
| 81 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], | |
| 82 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], | 76 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], |
| 83 'test-cpu-profiler/BoundFunctionCall': [SKIP], | |
| 84 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], | |
| 85 'test-cpu-profiler/JsNativeJsSample': [SKIP], | |
| 86 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], | |
| 87 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], | |
| 88 | 77 |
| 89 # BUG(3525). Test crashes flakily. | 78 # BUG(3525). Test crashes flakily. |
| 90 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 79 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
| 91 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 80 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
| 92 | 81 |
| 93 # BUG(v8:4358). Hangs flakily. | 82 # BUG(v8:4358). Hangs flakily. |
| 94 'test-debug/ProcessDebugMessagesThreaded': [SKIP], | 83 'test-debug/ProcessDebugMessagesThreaded': [SKIP], |
| 95 | 84 |
| 96 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 85 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 97 'test-heap/PreprocessStackTrace': [FAIL], | 86 'test-heap/PreprocessStackTrace': [FAIL], |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], | 595 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], |
| 607 'test-log-stack-tracer/PureJSStackTrace': [FAIL], | 596 'test-log-stack-tracer/PureJSStackTrace': [FAIL], |
| 608 | 597 |
| 609 # TODO(rmcilroy,4680): Exception message assert failure. | 598 # TODO(rmcilroy,4680): Exception message assert failure. |
| 610 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], | 599 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], |
| 611 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS,
FAIL], | 600 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS,
FAIL], |
| 612 | 601 |
| 613 # TODO(rmcilroy,4680): Test assert errors. | 602 # TODO(rmcilroy,4680): Test assert errors. |
| 614 'test-cpu-profiler/CodeEvents': [FAIL], | 603 'test-cpu-profiler/CodeEvents': [FAIL], |
| 615 'test-cpu-profiler/TickEvents': [FAIL], | 604 'test-cpu-profiler/TickEvents': [FAIL], |
| 605 'test-cpu-profiler/BoundFunctionCall': [FAIL], |
| 606 'test-cpu-profiler/CollectCpuProfile': [FAIL], |
| 616 'test-cpu-profiler/CollectSampleAPI': [FAIL], | 607 'test-cpu-profiler/CollectSampleAPI': [FAIL], |
| 608 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], |
| 609 'test-cpu-profiler/FunctionApplySample': [FAIL], |
| 610 'test-cpu-profiler/FunctionCallSample': [FAIL], |
| 617 'test-cpu-profiler/FunctionDetails': [FAIL], | 611 'test-cpu-profiler/FunctionDetails': [FAIL], |
| 612 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL], |
| 613 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], |
| 614 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], |
| 618 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | 615 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], |
| 616 'test-cpu-profiler/JsNativeJsSample': [FAIL], |
| 619 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], | 617 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], |
| 620 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], | 618 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], |
| 621 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], | 619 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], |
| 622 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], | 620 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], |
| 621 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], |
| 623 'test-sampler-api/StackFramesConsistent': [FAIL], | 622 'test-sampler-api/StackFramesConsistent': [FAIL], |
| 624 'test-profile-generator/LineNumber': [FAIL], | 623 'test-profile-generator/LineNumber': [FAIL], |
| 625 'test-profile-generator/ProfileNodeScriptId': [FAIL], | 624 'test-profile-generator/ProfileNodeScriptId': [FAIL], |
| 626 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], | 625 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], |
| 627 'test-feedback-vector/VectorCallICStates': [FAIL], | 626 'test-feedback-vector/VectorCallICStates': [FAIL], |
| 628 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 627 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
| 629 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL], | 628 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL], |
| 630 'test-api/PromiseRejectCallback': [FAIL], | 629 'test-api/PromiseRejectCallback': [FAIL], |
| 631 'test-api/RethrowBogusErrorStackTrace': [FAIL], | 630 'test-api/RethrowBogusErrorStackTrace': [FAIL], |
| 632 'test-api/RethrowPrimitiveStackTrace': [FAIL], | 631 'test-api/RethrowPrimitiveStackTrace': [FAIL], |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 713 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 715 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 714 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 716 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 715 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 717 'test-heap/Regress538257': [PASS, FAIL], | 716 'test-heap/Regress538257': [PASS, FAIL], |
| 718 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 717 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 719 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 718 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 720 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 719 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
| 721 }], # ignition == True and arch == arm64 | 720 }], # ignition == True and arch == arm64 |
| 722 | 721 |
| 723 ] | 722 ] |
| OLD | NEW |