Chromium Code Reviews

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

Issue 1969783002: Collect call counts for constructor calls, too. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated status file. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 132 matching lines...)
143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], 143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION],
144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]], 144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]],
145 145
146 # TODO(rmcilroy,4680): Fails to find the correct function name for the 146 # TODO(rmcilroy,4680): Fails to find the correct function name for the
147 # anonymous function. Fails without ignition but with --no-lazy also, so seems 147 # anonymous function. Fails without ignition but with --no-lazy also, so seems
148 # to be an issue when eagerly parsing. 148 # to be an issue when eagerly parsing.
149 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], 149 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION],
150 150
151 # TODO(mythria,4780): Related to type feedback support for calls. 151 # TODO(mythria,4780): Related to type feedback support for calls.
152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], 152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION],
153 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION],
153 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], 154 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION],
154 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], 155 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION],
155 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ], 156 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ],
156 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION], 157 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION],
157 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], 158 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION],
158 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], 159 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION],
159 160
160 # TODO(mythria,4680): Lack of code-ageing in interpreter. 161 # TODO(mythria,4680): Lack of code-ageing in interpreter.
161 'test-heap/Regress169209': [PASS, NO_IGNITION], 162 'test-heap/Regress169209': [PASS, NO_IGNITION],
162 163
(...skipping 436 matching lines...)
599 'test-run-inlining/InlineSurplusArguments': [FAIL], 600 'test-run-inlining/InlineSurplusArguments': [FAIL],
600 'test-run-inlining/InlineBuiltin': [FAIL], 601 'test-run-inlining/InlineBuiltin': [FAIL],
601 'test-run-inlining/InlineTwiceDependent': [FAIL], 602 'test-run-inlining/InlineTwiceDependent': [FAIL],
602 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], 603 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
603 604
604 # BUG(4751). Flaky with ignition and tsan. 605 # BUG(4751). Flaky with ignition and tsan.
605 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], 606 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
606 }], # ignition or ignition_turbofan 607 }], # ignition or ignition_turbofan
607 608
608 ] 609 ]
OLDNEW

Powered by Google App Engine