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

Unified Diff: test/cctest/cctest.status

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: addressed comments Created 4 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index eac5b92d8b88428f24d5026189c70ab6c21bad98..a54539066ed00e911b2d1cfef7c81a61f14919a5 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -340,8 +340,8 @@
# TurboFan cpu profiler result is different.
'test-cpu-profiler/CollectDeoptEvents': [FAIL],
- 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
- 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
+ # 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
vogelheim 2016/10/31 17:34:40 Uh? Did you mean to remove these lines?
+ # 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
}], # variant == turbofan
@@ -420,8 +420,8 @@
'test-cpu-profiler/JsNativeJsSample': [SKIP],
# TurboFan cpu profiler result is different.
- 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
- 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
+ # 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
+ # 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],

Powered by Google App Engine
This is Rietveld 408576698