mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:28:02 +00:00
Fix profiler test failure on simulator
BUG= Review URL: https://codereview.chromium.org//1307283002 .
This commit is contained in:
parent
bc28a64f20
commit
8e1d5f181c
1 changed files with 2 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue