summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-02-26 16:23:38 -0800
committerBruce Forstall <brucefo@microsoft.com>2016-02-26 16:23:38 -0800
commit894d162e62a6028a26f6bd129a299c7694b1bf42 (patch)
treee66e1347bf0120321fd1aa56ddfcda9097fb556d /tests/src
parent9ab9bcb2ffba27b8b5b75d23cc14095bd3e6d5b1 (diff)
parent0dca5017762264f09d26b6150b2e13c005ede5d6 (diff)
downloadcoreclr-894d162e62a6028a26f6bd129a299c7694b1bf42.tar.gz
coreclr-894d162e62a6028a26f6bd129a299c7694b1bf42.tar.bz2
coreclr-894d162e62a6028a26f6bd129a299c7694b1bf42.zip
Merge pull request #3383 from BruceForstall/FixJitSystemIOFilesystemBinding
Change binding of System.IO.FileSystem
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/config/extra/project.json4
-rw-r--r--tests/src/JIT/config/extra/project.lock.json325
2 files changed, 129 insertions, 200 deletions
diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json
index 10ec66416e..cfa93d99d2 100644
--- a/tests/src/JIT/config/extra/project.json
+++ b/tests/src/JIT/config/extra/project.json
@@ -6,7 +6,7 @@
"System.Collections": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.IO": "4.0.11-beta-*",
- "System.IO.FileSystem": "4.0.1-beta-*",
+ "System.IO.FileSystem": "4.0.0-beta-23302",
"System.Globalization": "4.0.11-beta-*",
"System.Reflection": "4.1.0-beta-*",
"System.Diagnostics.Process": "4.1.0-beta-*",
@@ -16,4 +16,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/config/extra/project.lock.json b/tests/src/JIT/config/extra/project.lock.json
index b719220b8f..07de7141cc 100644
--- a/tests/src/JIT/config/extra/project.lock.json
+++ b/tests/src/JIT/config/extra/project.lock.json
@@ -72,18 +72,28 @@
"lib/DNXCore50/System.IO.dll": {}
}
},
- "System.IO.FileSystem/4.0.1-beta-23516": {
+ "System.IO.FileSystem/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.IO": "4.0.10",
"System.IO.FileSystem.Primitives": "4.0.0",
- "System.Runtime": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
- "System.Text.Encoding": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Overlapped": "4.0.0",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet5.4/System.IO.FileSystem.dll": {}
+ "ref/dotnet/System.IO.FileSystem.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0": {
@@ -146,6 +156,20 @@
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
}
},
+ "System.Resources.ResourceManager/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Resources.ResourceManager.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
+ }
+ },
"System.Runtime/4.0.20-beta-23127": {
"type": "package",
"dependencies": {
@@ -197,22 +221,67 @@
"lib/DNXCore50/System.Runtime.InteropServices.dll": {}
}
},
- "System.Text.Encoding/4.0.0": {
+ "System.Text.Encoding/4.0.10": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Text.Encoding.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Text.Encoding.dll": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
+ "System.Threading/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Threading.dll": {}
}
},
- "System.Threading.Tasks/4.0.0": {
+ "System.Threading.Overlapped/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.Overlapped.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Threading.Overlapped.dll": {}
+ }
+ },
+ "System.Threading.Tasks/4.0.10": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Threading.Tasks.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.Threading.Tasks.dll": {}
}
}
},
@@ -307,30 +376,6 @@
"runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll": {}
}
},
- "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.10",
- "System.IO": "4.0.10",
- "System.IO.FileSystem.Primitives": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Overlapped": "4.0.0",
- "System.Threading.Tasks": "4.0.10"
- },
- "compile": {
- "ref/dotnet/_._": {}
- },
- "runtime": {
- "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {}
- }
- },
"System.Collections/4.0.10-beta-23127": {
"type": "package",
"dependencies": {
@@ -400,18 +445,28 @@
"lib/DNXCore50/System.IO.dll": {}
}
},
- "System.IO.FileSystem/4.0.1-beta-23516": {
+ "System.IO.FileSystem/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.IO": "4.0.10",
"System.IO.FileSystem.Primitives": "4.0.0",
- "System.Runtime": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
- "System.Text.Encoding": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Overlapped": "4.0.0",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet5.4/System.IO.FileSystem.dll": {}
+ "ref/dotnet/System.IO.FileSystem.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0": {
@@ -719,30 +774,6 @@
"runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll": {}
}
},
- "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": {
- "type": "package",
- "dependencies": {
- "System.Collections": "4.0.10",
- "System.IO": "4.0.10",
- "System.IO.FileSystem.Primitives": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Overlapped": "4.0.0",
- "System.Threading.Tasks": "4.0.10"
- },
- "compile": {
- "ref/dotnet/_._": {}
- },
- "runtime": {
- "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {}
- }
- },
"System.Collections/4.0.10-beta-23127": {
"type": "package",
"dependencies": {
@@ -812,18 +843,28 @@
"lib/DNXCore50/System.IO.dll": {}
}
},
- "System.IO.FileSystem/4.0.1-beta-23516": {
+ "System.IO.FileSystem/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.IO": "4.0.10",
"System.IO.FileSystem.Primitives": "4.0.0",
- "System.Runtime": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
- "System.Text.Encoding": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Overlapped": "4.0.0",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet5.4/System.IO.FileSystem.dll": {}
+ "ref/dotnet/System.IO.FileSystem.dll": {}
+ },
+ "runtime": {
+ "lib/DNXCore50/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0": {
@@ -1142,23 +1183,6 @@
"runtimes/win7/lib/wpa81/_._"
]
},
- "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": {
- "type": "package",
- "serviceable": true,
- "sha512": "PwsqcwAui7Ld6Ad32RjoHF3wBSEkEzvv5ka605IsaWxHSCfmmwevJnIbNgwJgBTao/uR+wSO9yoyvfrB109BfQ==",
- "files": [
- "ref/dotnet/_._",
- "runtime.win7.System.IO.FileSystem.4.0.1-beta-23516.nupkg",
- "runtime.win7.System.IO.FileSystem.4.0.1-beta-23516.nupkg.sha512",
- "runtime.win7.System.IO.FileSystem.nuspec",
- "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll",
- "runtimes/win7/lib/net/_._",
- "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll",
- "runtimes/win7/lib/win8/_._",
- "runtimes/win7/lib/wp8/_._",
- "runtimes/win7/lib/wpa81/_._"
- ]
- },
"System.Collections/4.0.10-beta-23127": {
"type": "package",
"serviceable": true,
@@ -1454,35 +1478,36 @@
"System.IO.nuspec"
]
},
- "System.IO.FileSystem/4.0.1-beta-23516": {
+ "System.IO.FileSystem/4.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "xggWMgLzKnBisYTx5HW3og8qRR7TjmorQAdsAQOaMcY4I9CQA6JUxw0r2AvCC1+ToXh0CuO7J6dymX33pkmwbA==",
+ "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==",
"files": [
+ "lib/DNXCore50/System.IO.FileSystem.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.IO.FileSystem.dll",
+ "lib/netcore50/System.IO.FileSystem.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "ref/dotnet5.4/de/System.IO.FileSystem.xml",
- "ref/dotnet5.4/es/System.IO.FileSystem.xml",
- "ref/dotnet5.4/fr/System.IO.FileSystem.xml",
- "ref/dotnet5.4/it/System.IO.FileSystem.xml",
- "ref/dotnet5.4/ja/System.IO.FileSystem.xml",
- "ref/dotnet5.4/ko/System.IO.FileSystem.xml",
- "ref/dotnet5.4/ru/System.IO.FileSystem.xml",
- "ref/dotnet5.4/System.IO.FileSystem.dll",
- "ref/dotnet5.4/System.IO.FileSystem.xml",
- "ref/dotnet5.4/zh-hans/System.IO.FileSystem.xml",
- "ref/dotnet5.4/zh-hant/System.IO.FileSystem.xml",
+ "ref/dotnet/de/System.IO.FileSystem.xml",
+ "ref/dotnet/es/System.IO.FileSystem.xml",
+ "ref/dotnet/fr/System.IO.FileSystem.xml",
+ "ref/dotnet/it/System.IO.FileSystem.xml",
+ "ref/dotnet/ja/System.IO.FileSystem.xml",
+ "ref/dotnet/ko/System.IO.FileSystem.xml",
+ "ref/dotnet/ru/System.IO.FileSystem.xml",
+ "ref/dotnet/System.IO.FileSystem.dll",
+ "ref/dotnet/System.IO.FileSystem.xml",
+ "ref/dotnet/zh-hans/System.IO.FileSystem.xml",
+ "ref/dotnet/zh-hant/System.IO.FileSystem.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.IO.FileSystem.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "runtime.json",
- "System.IO.FileSystem.4.0.1-beta-23516.nupkg",
- "System.IO.FileSystem.4.0.1-beta-23516.nupkg.sha512",
+ "System.IO.FileSystem.4.0.0.nupkg",
+ "System.IO.FileSystem.4.0.0.nupkg.sha512",
"System.IO.FileSystem.nuspec"
]
},
@@ -1872,54 +1897,6 @@
"System.Runtime.InteropServices.nuspec"
]
},
- "System.Text.Encoding/4.0.0": {
- "type": "package",
- "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==",
- "files": [
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "License.rtf",
- "ref/dotnet/de/System.Text.Encoding.xml",
- "ref/dotnet/es/System.Text.Encoding.xml",
- "ref/dotnet/fr/System.Text.Encoding.xml",
- "ref/dotnet/it/System.Text.Encoding.xml",
- "ref/dotnet/ja/System.Text.Encoding.xml",
- "ref/dotnet/ko/System.Text.Encoding.xml",
- "ref/dotnet/ru/System.Text.Encoding.xml",
- "ref/dotnet/System.Text.Encoding.dll",
- "ref/dotnet/System.Text.Encoding.xml",
- "ref/dotnet/zh-hans/System.Text.Encoding.xml",
- "ref/dotnet/zh-hant/System.Text.Encoding.xml",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/de/System.Text.Encoding.xml",
- "ref/netcore50/es/System.Text.Encoding.xml",
- "ref/netcore50/fr/System.Text.Encoding.xml",
- "ref/netcore50/it/System.Text.Encoding.xml",
- "ref/netcore50/ja/System.Text.Encoding.xml",
- "ref/netcore50/ko/System.Text.Encoding.xml",
- "ref/netcore50/ru/System.Text.Encoding.xml",
- "ref/netcore50/System.Text.Encoding.dll",
- "ref/netcore50/System.Text.Encoding.xml",
- "ref/netcore50/zh-hans/System.Text.Encoding.xml",
- "ref/netcore50/zh-hant/System.Text.Encoding.xml",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "System.Text.Encoding.4.0.0.nupkg",
- "System.Text.Encoding.4.0.0.nupkg.sha512",
- "System.Text.Encoding.nuspec"
- ]
- },
"System.Text.Encoding/4.0.10": {
"type": "package",
"sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==",
@@ -2045,54 +2022,6 @@
"System.Threading.Overlapped.nuspec"
]
},
- "System.Threading.Tasks/4.0.0": {
- "type": "package",
- "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==",
- "files": [
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "License.rtf",
- "ref/dotnet/de/System.Threading.Tasks.xml",
- "ref/dotnet/es/System.Threading.Tasks.xml",
- "ref/dotnet/fr/System.Threading.Tasks.xml",
- "ref/dotnet/it/System.Threading.Tasks.xml",
- "ref/dotnet/ja/System.Threading.Tasks.xml",
- "ref/dotnet/ko/System.Threading.Tasks.xml",
- "ref/dotnet/ru/System.Threading.Tasks.xml",
- "ref/dotnet/System.Threading.Tasks.dll",
- "ref/dotnet/System.Threading.Tasks.xml",
- "ref/dotnet/zh-hans/System.Threading.Tasks.xml",
- "ref/dotnet/zh-hant/System.Threading.Tasks.xml",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/de/System.Threading.Tasks.xml",
- "ref/netcore50/es/System.Threading.Tasks.xml",
- "ref/netcore50/fr/System.Threading.Tasks.xml",
- "ref/netcore50/it/System.Threading.Tasks.xml",
- "ref/netcore50/ja/System.Threading.Tasks.xml",
- "ref/netcore50/ko/System.Threading.Tasks.xml",
- "ref/netcore50/ru/System.Threading.Tasks.xml",
- "ref/netcore50/System.Threading.Tasks.dll",
- "ref/netcore50/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
- "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "System.Threading.Tasks.4.0.0.nupkg",
- "System.Threading.Tasks.4.0.0.nupkg.sha512",
- "System.Threading.Tasks.nuspec"
- ]
- },
"System.Threading.Tasks/4.0.10": {
"type": "package",
"serviceable": true,
@@ -2200,7 +2129,7 @@
"System.Collections >= 4.0.10-beta-*",
"System.Runtime.InteropServices >= 4.0.21-beta-*",
"System.IO >= 4.0.11-beta-*",
- "System.IO.FileSystem >= 4.0.1-beta-*",
+ "System.IO.FileSystem >= 4.0.0-beta-23302",
"System.Globalization >= 4.0.11-beta-*",
"System.Reflection >= 4.1.0-beta-*",
"System.Diagnostics.Process >= 4.1.0-beta-*",