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

Unified Diff: pkg/intl/test/message_extraction/generated_messages_js_test.dart

Issue 197283043: Avoid flaking in message_extraction tests by doing everything in a temp directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
Index: pkg/intl/test/message_extraction/generated_messages_js_test.dart
diff --git a/pkg/intl/test/message_extraction/generated_messages_js_test.dart b/pkg/intl/test/message_extraction/generated_messages_js_test.dart
deleted file mode 100644
index a036d7f85fb2fe0f5270df25c45923d644d59171..0000000000000000000000000000000000000000
--- a/pkg/intl/test/message_extraction/generated_messages_js_test.dart
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2013, 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.
-
-// This test is intended to be run when compiled to Javascript, though it will
-// also work if run from the VM, it just won't test anything different from
-// message_extraction_test. It runs the generated code without going through
-// the message extraction or translation, which can't be done in JS. This tells
-// us if the generated code works in JS.
-
-library generated_messages_js_test.dart;
-
-import 'package:unittest/unittest.dart';
-import 'sample_with_messages.dart' as sample;
-import 'print_to_list.dart';
-import 'verify_messages.dart';
-
-main() {
- test("Test generated code running in JS", () =>
- sample.main().then((_) => verifyResult(lines)));
-}

Powered by Google App Engine
This is Rietveld 408576698