Accepting request 641267 from home:mcepl

Switch off more failing tests.

OBS-URL: https://build.opensuse.org/request/show/641267
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=65
This commit is contained in:
Ismail Dönmez 2018-10-11 12:45:43 +00:00 committed by Git OBS Bridge
parent 7d5d49b536
commit 19d6e2694e
2 changed files with 21 additions and 0 deletions

View File

@ -145,6 +145,7 @@ test/Fortran/FORTRANPATH.py
test/Fortran/F77PATH.py
test/Fortran/F90PATH.py
test/IDL/midl.py
test/Install/non-ascii-name.py
test/Intel/icpc-link.py
test/Interactive/implicit-VariantDir.py
test/Interactive/variant_dir.py
@ -189,17 +190,32 @@ test/MSVS/CPPPATH-Dirs.py
test/MSVS/runfile.py
test/MSVS/vs-10.0-exec.py
test/MSVS/vs-10.0Exp-exec.py
test/MSVS/vs-10.0-scc-files.py
test/MSVS/vs-10.0-scc-legacy-files.py
test/MSVS/vs-11.0-exec.py
test/MSVS/vs-11.0Exp-exec.py
test/MSVS/vs-11.0-scc-files.py
test/MSVS/vs-11.0-scc-legacy-files.py
test/MSVS/vs-14.0-exec.py
test/MSVS/vs-14.0Exp-exec.py
test/MSVS/vs-14.0-scc-files.py
test/MSVS/vs-14.0-scc-legacy-files.py
test/MSVS/vs-6.0-exec.py
test/MSVS/vs-7.0-exec.py
test/MSVS/vs-7.0-scc-files.py
test/MSVS/vs-7.0-scc-legacy-files.py
test/MSVS/vs-7.1-exec.py
test/MSVS/vs-7.1-scc-files.py
test/MSVS/vs-7.1-scc-legacy-files.py
test/MSVS/vs-8.0-exec.py
test/MSVS/vs-8.0Exp-exec.py
test/MSVS/vs-8.0-scc-files.py
test/MSVS/vs-8.0-scc-legacy-files.py
test/MSVS/vs-9.0-exec.py
test/MSVS/vs-9.0Exp-exec.py
test/MSVS/vs-9.0-scc-files.py
test/MSVS/vs-9.0-scc-legacy-files.py
test/option--tree.py
test/packaging/ipkg.py
test/packaging/msi/explicit-target.py
test/packaging/msi/file-placement.py

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 11 10:30:44 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Switch off more failing tests.
-------------------------------------------------------------------
Mon Oct 8 12:01:14 UTC 2018 - Matěj Cepl <mcepl@suse.com>