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

Unified Diff: runtime/vm/profiler_test.cc

Issue 1307283002: Fix profiler test failure on simulator (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler_test.cc
diff --git a/runtime/vm/profiler_test.cc b/runtime/vm/profiler_test.cc
index af0a26d30dbfff2b7ff82ed827fc0222cafd8489..ac7309bd9b7cdd8b621d4c871fe71d00bf0162ce 100644
--- a/runtime/vm/profiler_test.cc
+++ b/runtime/vm/profiler_test.cc
@@ -1370,6 +1370,8 @@ TEST_CASE(Profiler_FunctionInline) {
TEST_CASE(Profiler_ChainedSamples) {
MaxProfileDepthScope mpds(32);
+ DisableNativeProfileScope dnps;
+
// Each sample holds 8 stack frames.
// This chain is 20 stack frames deep.
const char* kScript =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698