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

Side by Side Diff: tests/compiler/dart2js_extra/assert_with_message_test.dart

Issue 2990773002: Migrate language/arithmetic2_test ... language/async_await_syntax_test. (Closed)
Patch Set: Update migrated tests and statuses to Dart 2.0. Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | tests/language/arithmetic2_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // SharedOptions=--assert-message
5 4
6 import "package:expect/expect.dart"; 5 import "package:expect/expect.dart";
7 6
8 @AssumeDynamic() 7 @AssumeDynamic()
9 @NoInline() 8 @NoInline()
10 confuse(x) => x; 9 confuse(x) => x;
11 10
12 testFalse(name, fault) { 11 testFalse(name, fault) {
13 try { 12 try {
14 fault(); 13 fault();
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 112
114 test1(); 113 test1();
115 test2(); 114 test2();
116 test3(); 115 test3();
117 test4(); 116 test4();
118 testTypeErrors(); 117 testTypeErrors();
119 testMessageEffect1(); 118 testMessageEffect1();
120 testMessageEffect2(); 119 testMessageEffect2();
121 testMessageEffect3(); 120 testMessageEffect3();
122 } 121 }
OLDNEW
« no previous file with comments | « no previous file | tests/language/arithmetic2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698