Testsuite total failure on Windows
Thomie Is this you working on my show-stopping problem with the tetssuite? sh: line 0: cd: c:/users/simonpj/appdata/local/temp/ghctest-qbd2zw123.T9662: No such file or directory If so, thank you! If not, might you look (email attached). I am so stuck. Even a commit to roll back would be fine. But I don't know where to start. Thanks Simon | -----Original Message----- | From: ghc-commits [mailto:ghc-commits-bounces@haskell.org] On Behalf Of | git@git.haskell.org | Sent: 07 June 2016 20:33 | To: ghc-commits@haskell.org | Subject: [commit: ghc] wip/thomie: Testsuite driver: always quote | opts.testdir (9bee6ef) | | Repository : ssh://git@git.haskell.org/ghc | | On branch : wip/thomie | Link : | https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fghc.haskell.... | rg%2ftrac%2fghc%2fchangeset%2f9bee6ef2fb5c280e061144368d75a0ef947e68c9%2fghc& | data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c511d448661614206dbb808d38f0 | b2182%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=uOhvqGkrC3j2fRIYwTeDZ28%2f | x58jMs5jh1BdUDMiERY%3d | | >--------------------------------------------------------------- | | commit 9bee6ef2fb5c280e061144368d75a0ef947e68c9 | Author: Thomas Miedema <thomasmiedema@gmail.com> | Date: Tue Jun 7 15:59:15 2016 +0200 | | Testsuite driver: always quote opts.testdir | | This makes sure the testsuite keeps working when testdir contains | backward slashes. | | | >--------------------------------------------------------------- | | 9bee6ef2fb5c280e061144368d75a0ef947e68c9 | testsuite/driver/runtests.py | 2 +- | testsuite/driver/testlib.py | 42 +++++++++++++++++++------------ | -- | testsuite/tests/cabal/cabal01/Makefile | 2 +- | testsuite/tests/ghci/linking/dyn/all.T | 4 ++-- | testsuite/tests/rename/prog006/Makefile | 2 +- | 5 files changed, 29 insertions(+), 23 deletions(-) | | Diff suppressed because of size. To see it, use: | | git diff-tree --root --patch-with-stat --no-color --find-copies-harder -- | ignore-space-at-eol --cc 9bee6ef2fb5c280e061144368d75a0ef947e68c9 | _______________________________________________ | ghc-commits mailing list | ghc-commits@haskell.org | https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fmail.haskell. | org%2fcgi-bin%2fmailman%2flistinfo%2fghc- | commits&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c511d448661614206dbb | 808d38f0b2182%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=2%2bhPH%2bwQOwvVTE | QdWNZZBmPziSwaudLrYp4DCOGXct8%3d
Hi Simon, Is this you working on my show-stopping problem with the tetssuite?
sh: line 0: cd: c:/users/simonpj/appdata/local/temp/ghctest-qbd2zw123.T9662: No such file or directory
I pushed a fix. It was my mistake. It turns out there are 2 types of Python on Windows (msys2 and mingw), and the way they handle paths (and also unicode) is subtly different. This also explains why you sometimes see validate failures that others don't (such as T5975a). But now I know the cause, so we can do something about it (later). By the way Simon: all your emails land in my Spam folder, no matter how many times I tell click the "Not Spam" button in Gmail. I don't know who's to blame, but it's really only your emails that end up there, so you may want to check that out. Thomas
I get the same spam ranking for Simon's emails. My gmail app says it's because they're from Microsoft but doesn't fill requirements for microsoft.com . Presumably this is because the sender is the list server and not the normal mail server. So it doesn't seem easy to fix. But it would be weird if Gmail is entirely unaware of mailing lists, so maybe there's some way to get one white-listed. Den 7 juni 2016 23:44 skrev "Thomas Miedema" <thomasmiedema@gmail.com>:
Hi Simon,
Is this you working on my show-stopping problem with the tetssuite?
sh: line 0: cd: c:/users/simonpj/appdata/local/temp/ghctest-qbd2zw123.T9662: No such file or directory
I pushed a fix.
It was my mistake. It turns out there are 2 types of Python on Windows (msys2 and mingw), and the way they handle paths (and also unicode) is subtly different. This also explains why you sometimes see validate failures that others don't (such as T5975a). But now I know the cause, so we can do something about it (later).
By the way Simon: all your emails land in my Spam folder, no matter how many times I tell click the "Not Spam" button in Gmail. I don't know who's to blame, but it's really only your emails that end up there, so you may want to check that out.
Thomas
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
Niklas Larsson -
Simon Peyton Jones -
Thomas Miedema