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

Unified Diff: sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart

Issue 14924006: Add a function to pub for finding the canonical path of a file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 7 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 | « sdk/lib/_internal/pub/pub.status ('k') | sdk/lib/_internal/pub/test/io_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart b/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
index 9cb3a9be9248bb6550c59353617e4a529b821277..d3b75da6956c8d158951facbc9e05a7074332662 100644
--- a/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
+++ b/sdk/lib/_internal/pub/test/install/path/shared_dependency_symlink_test.dart
@@ -10,10 +10,6 @@ import '../../descriptor.dart' as d;
import '../../test_pub.dart';
main() {
- // new File().fullPathSync() does not resolve through NTFS junction points,
- // so this feature does not work on Windows.
- if (Platform.operatingSystem == "windows") return;
-
initConfig();
integration("shared dependency with symlink", () {
d.dir("shared", [
« no previous file with comments | « sdk/lib/_internal/pub/pub.status ('k') | sdk/lib/_internal/pub/test/io_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698