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

Unified Diff: test/cctest/cctest.status

Issue 1402353006: [test] Differentiate between exhaustive and default testing variants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 92627ac3d86686cf5b5d5cd42e940e998f327937..d28e6892155e0184917f858f6c3dc0fd1eaec2f4 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -120,6 +120,26 @@
'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS],
'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS],
+ # TurboFan doesn't support allocation sites currently.
+ 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS],
+ 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_VARIANTS],
+ 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_VARIANTS],
+ 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_VARIANTS],
+
+ # TurboFan cpu profiler result is different.
+ 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS],
+ 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS],
+ 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS],
+ 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS],
+ 'test-cpu-profiler/TickLines': [PASS, NO_VARIANTS],
+
############################################################################
# Slow tests.
'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698