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

Side by Side Diff: tests/fletch_tests/all_tests.dart

Issue 1407123010: Extend the mDNS package with a native extension used on Mac OS (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Addressed review comments Created 5 years, 1 month 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 | « src/pkg/mdns/upload_dylib.sh ('k') | tests/mdns_tests/mdns_tests.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 Fletch project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Fletch 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.md file. 3 // BSD-style license that can be found in the LICENSE.md file.
4 4
5 /// Modify this file to include more tests. 5 /// Modify this file to include more tests.
6 library fletch_tests.all_tests; 6 library fletch_tests.all_tests;
7 7
8 import 'dart:async' show 8 import 'dart:async' show
9 Completer, 9 Completer,
10 Future; 10 Future;
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'test_vm_connection/testCloseImmediately': 97 'test_vm_connection/testCloseImmediately':
98 test_vm_connection.testCloseImmediately, 98 test_vm_connection.testCloseImmediately,
99 'test_vm_connection/testCloseAfterCommitChanges': 99 'test_vm_connection/testCloseAfterCommitChanges':
100 test_vm_connection.testCloseAfterCommitChanges, 100 test_vm_connection.testCloseAfterCommitChanges,
101 'test_vm_connection/testCloseAfterProcessRun': 101 'test_vm_connection/testCloseAfterProcessRun':
102 test_vm_connection.testCloseAfterProcessRun, 102 test_vm_connection.testCloseAfterProcessRun,
103 103
104 // Test the mDNS package. 104 // Test the mDNS package.
105 // TODO(sgjesse) publish the mDNS package as an ordinary package an pull 105 // TODO(sgjesse) publish the mDNS package as an ordinary package an pull
106 // it in through third_party. 106 // it in through third_party.
107 'mdns_tests': mdns_tests.main, 107 'mdns_tests/*': mdns_tests.listTests,
108 }; 108 };
OLDNEW
« no previous file with comments | « src/pkg/mdns/upload_dylib.sh ('k') | tests/mdns_tests/mdns_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698