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

Unified Diff: tests/isolate/error_at_spawnuri_iso.dart

Issue 1244733002: - Implement VM parts of https://codereview.chromium.org/1240743003/ (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update isolate.status file as expected. Created 5 years, 5 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 | « tests/isolate/error_at_spawn_test.dart ('k') | tests/isolate/error_at_spawnuri_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/error_at_spawnuri_iso.dart
diff --git a/tests/compiler/dart2js/dart2js_batch2_run.dart b/tests/isolate/error_at_spawnuri_iso.dart
similarity index 76%
copy from tests/compiler/dart2js/dart2js_batch2_run.dart
copy to tests/isolate/error_at_spawnuri_iso.dart
index aee55ef18e5fa77c47bcbf53f5c16125299ed77a..b1650514fac895aea04bfe643a7fb182f0ce1ab3 100644
--- a/tests/compiler/dart2js/dart2js_batch2_run.dart
+++ b/tests/isolate/error_at_spawnuri_iso.dart
@@ -2,9 +2,8 @@
// 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.
-@notExisting
-var x;
+library error_at_spawnuri_iso;
main() {
- print(x);
+ throw new ArgumentError("fast error");
}
« no previous file with comments | « tests/isolate/error_at_spawn_test.dart ('k') | tests/isolate/error_at_spawnuri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698