Ensure call_site_data_test runs with unoptimized code so invocation counts are accurate.

BUG=http://dartbug.com/23160
R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org//1078893004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45073 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
rmacnak@google.com 2015-04-10 17:12:06 +00:00
parent 2e2bb91f26
commit c4403ec250
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,8 @@
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// VMOptions=--compile-all --error_on_bad_type --error_on_bad_override --checked
// VMOptions=--optimization_filter=doesNotExist
// ^Force code to be unoptimized so the invocation counts are accurate.
library call_site_data_test;

View file

@ -2,9 +2,6 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $system == linux ]
call_site_data_test: Pass, Fail # Issue 23160
# Unexpected number format
[ $system == windows ]
code_test: Skip