Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Src/IronPythonConsole/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
</runtime>
</configuration>
4 changes: 2 additions & 2 deletions Src/IronPythonTest/Cases/CPythonCasesManifest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ NotParallelSafe=true
Reason=Creates/deletes a directory with static name 'xx'

[CPython.test_glob]
Ignore=true
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

[CPython.test_grp]
RunCondition=$(IS_POSIX)
Expand Down