We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff7eab commit 6934c96Copy full SHA for 6934c96
2 files changed
Src/IronPythonConsole/App.config
@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="utf-8" ?>
2
+<configuration>
3
+ <runtime>
4
+ <AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
5
+ </runtime>
6
+</configuration>
Src/IronPythonTest/Cases/CPythonCasesManifest.ini
@@ -486,8 +486,8 @@ NotParallelSafe=true
486
Reason=Creates/deletes a directory with static name 'xx'
487
488
[CPython.test_glob]
489
-Ignore=true
490
-Reason=cannot use a string pattern on a bytes-like object
+RunCondition=NOT $(IS_POSIX) # TODO: figure out
+IsolationLevel=PROCESS # use app.config - https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/retargeting/4.6-4.6.2#changes-in-path-normalization
491
492
[CPython.test_grp]
493
RunCondition=$(IS_POSIX)
0 commit comments