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

Unified Diff: runtime/tests/vm/dart/inline_stack_frame_test.dart

Issue 14651005: Enable all vm tests on simarm (skip 2 timing out byte array tests). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | runtime/tests/vm/vm.status » ('j') | runtime/tests/vm/vm.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/inline_stack_frame_test.dart
===================================================================
--- runtime/tests/vm/dart/inline_stack_frame_test.dart (revision 22181)
+++ runtime/tests/vm/dart/inline_stack_frame_test.dart (working copy)
@@ -64,7 +64,7 @@
Expect.isTrue(result.contains("Test.func3"));
Expect.isTrue(result.contains("Test.func4"));
Expect.isTrue(result.contains("Test.func"));
- for (var i = 0; i <= 200; i++) {
+ for (var i = 0; i <= 100; i++) {
result = x.func1(i);
}
siva 2013/04/30 17:24:21 Maybe add // VMOptions=--optimization_counter_thr
zra 2013/04/30 18:01:39 If this loop counter is made this much smaller, th
regis 2013/05/01 21:09:46 Done.
regis 2013/05/01 21:09:46 Yes, I had to reduce it to 520.
Expect.isTrue(result.contains("show me inlined functions"));
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | runtime/tests/vm/vm.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698