From 2881959a8a9184620ce0aad56d42db6c73e2eb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lozier?= Date: Tue, 1 Dec 2020 19:45:40 -0500 Subject: [PATCH] Enable test_glob --- Src/IronPythonConsole/App.config | 6 ++++++ Src/IronPythonTest/Cases/CPythonCasesManifest.ini | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Src/IronPythonConsole/App.config diff --git a/Src/IronPythonConsole/App.config b/Src/IronPythonConsole/App.config new file mode 100644 index 000000000..bc8babfb8 --- /dev/null +++ b/Src/IronPythonConsole/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Src/IronPythonTest/Cases/CPythonCasesManifest.ini b/Src/IronPythonTest/Cases/CPythonCasesManifest.ini index ab07fba8a..c57acc5b1 100644 --- a/Src/IronPythonTest/Cases/CPythonCasesManifest.ini +++ b/Src/IronPythonTest/Cases/CPythonCasesManifest.ini @@ -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)