Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: test/cctest/cctest.status

Issue 1737043002: [Interpreter] Log source positions for bytecode arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_cpu_profiler
Patch Set: TickLinesBaseline now works with more source positions Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/x87/assembler-x87.h ('k') | test/cctest/test-cpu-profiler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS], 123 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS],
124 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS], 124 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS],
125 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_VARIANTS], 125 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_VARIANTS],
126 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_VARIANTS], 126 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_VARIANTS],
127 127
128 # TurboFan cpu profiler result is different. 128 # TurboFan cpu profiler result is different.
129 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS], 129 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS],
130 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS], 130 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS],
131 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS], 131 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS],
132 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS], 132 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS],
133 'test-cpu-profiler/TickLines': [PASS, NO_VARIANTS],
134 133
135 ############################################################################ 134 ############################################################################
136 # Slow tests. 135 # Slow tests.
137 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 136 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
138 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 137 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
139 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 138 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
140 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 139 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
141 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], 140 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
142 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 141 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
143 142
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 536 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
538 537
539 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 538 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
540 'test-compiler/OptimizedCodeSharing2': [FAIL], 539 'test-compiler/OptimizedCodeSharing2': [FAIL],
541 'test-compiler/OptimizedCodeSharing3': [FAIL], 540 'test-compiler/OptimizedCodeSharing3': [FAIL],
542 541
543 # TODO(rmcilroy,4689): Stack trace line number failures. 542 # TODO(rmcilroy,4689): Stack trace line number failures.
544 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 543 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
545 'test-api/TryCatchMixedNesting': [FAIL], 544 'test-api/TryCatchMixedNesting': [FAIL],
546 545
546 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
547 # on nodes (behind --turbo_source_positions flag).
548 'test-cpu-profiler/TickLinesOptimized': [FAIL],
549
547 # TODO(rmcilroy,4680): Test assert errors. 550 # TODO(rmcilroy,4680): Test assert errors.
548 'test-feedback-vector/VectorCallICStates': [FAIL], 551 'test-feedback-vector/VectorCallICStates': [FAIL],
549 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 552 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
550 'test-api/PromiseRejectCallback': [FAIL], 553 'test-api/PromiseRejectCallback': [FAIL],
551 'test-heap/WeakFunctionInConstructor': [FAIL], 554 'test-heap/WeakFunctionInConstructor': [FAIL],
552 'test-heap/Regress169209': [FAIL], 555 'test-heap/Regress169209': [FAIL],
553 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 556 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
554 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 557 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
555 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 558 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
556 'test-heap/CompilationCacheCachingBehavior': [FAIL], 559 'test-heap/CompilationCacheCachingBehavior': [FAIL],
557 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 560 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
558 'test-run-inlining/InlineTwice': [FAIL], 561 'test-run-inlining/InlineTwice': [FAIL],
559 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]], 562 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]],
560 563
561 }], # ignition == True 564 }], # ignition == True
562 565
563 ] 566 ]
OLDNEW
« no previous file with comments | « src/x87/assembler-x87.h ('k') | test/cctest/test-cpu-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698