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

Unified Diff: tests/standalone/io/platform_resolved_executable_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 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
« no previous file with comments | « tests/standalone/black_listed_test.dart ('k') | tests/standalone/io/socket_ipv6_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/platform_resolved_executable_test.dart
diff --git a/tests/standalone/io/platform_resolved_executable_test.dart b/tests/standalone/io/platform_resolved_executable_test.dart
index b5ae47c1f3415e1e718b68de1dee9c7a4913b344..9d8b6b458d85b38e89bc7335d668ed6d7a07e09e 100644
--- a/tests/standalone/io/platform_resolved_executable_test.dart
+++ b/tests/standalone/io/platform_resolved_executable_test.dart
@@ -141,17 +141,17 @@ void main() {
}
testDartExecShouldNotBeInCurrentDir();
- testShouldSucceedWithSourcePlatformExecutable(); /// 00: ok
+ testShouldSucceedWithSourcePlatformExecutable(); //# 00: ok
// dart:io does not support linking to files in Windows.
if (!Platform.isWindows) {
- withTempDir(testExeSymLinked); /// 01: ok
+ withTempDir(testExeSymLinked); //# 01: ok
}
- withTempDir(testExeDirSymLinked); /// 02: ok
- testPathToSDKDir(); /// 03: ok
- withTempDir(testPathPointsToSymLinkedSDKPath); /// 04: ok
+ withTempDir(testExeDirSymLinked); //# 02: ok
+ testPathToSDKDir(); //# 03: ok
+ withTempDir(testPathPointsToSymLinkedSDKPath); //# 04: ok
// dart:io does not support linking to files in Windows.
if (!Platform.isWindows) {
- withTempDir(testPathToDirWithExeSymLinked); /// 05: ok
+ withTempDir(testPathToDirWithExeSymLinked); //# 05: ok
}
- testShouldFailOutsidePath(); /// 06: ok
+ testShouldFailOutsidePath(); //# 06: ok
}
« no previous file with comments | « tests/standalone/black_listed_test.dart ('k') | tests/standalone/io/socket_ipv6_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698