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

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: typo 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
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;
Bob Nystrom 2013/05/07 17:36:14 Nice!
nweiz 2013/05/07 20:40:15 Let's see if it breaks the bots before we celebrat
-
initConfig();
integration("shared dependency with symlink", () {
d.dir("shared", [

Powered by Google App Engine
This is Rietveld 408576698