unix/tests/user001
Simon Peyton Jones
simonpj at microsoft.com
Fri Dec 8 10:24:32 UTC 2017
On Linux I get this validate failure all the time. What should I do? I've trained myself to ignore it, but that seems wrong
Simon
Unexpected failures:
../libraries/unix/tests/user001.run user001 [bad stdout] (normal)
=====> user001(normal) 1 of 1 [0, 0, 0]
cd "./user001.run" && "/5playpen/simonpj/HEAD/inplace/test spaces/ghc-stage2" -o user001 user001.hs -dcore-lint -dcmm-lint -no-user-package-db -rtsopts -fno-warn-missed-specialisations -fshow-warning-groups -fdiagnostics-color=never -fno-diagnostics-show-caret -dno-debug-output -package unix
cd "./user001.run" && ./user001
Actual stdout output differs from expected:
diff -uw "./user001.run/user001.stdout.normalised" "./user001.run/user001.run.stdout.normalised"
--- ./user001.run/user001.stdout.normalised 2017-12-08 10:22:59.835931843 +0000
+++ ./user001.run/user001.run.stdout.normalised 2017-12-08 10:22:59.835931843 +0000
@@ -4,8 +4,8 @@
getEffectiveGroupID: OK
getGroups: OK
getEffectiveUserName: OK
-getGroupEntryForID: OK
-getGroupEntryForName: OK
+getGroupEntryForID: ERROR: getGroupEntryForID: does not exist (no such group)
+getGroupEntryForName: ERROR: getGroupEntryForID: does not exist (no such group)
getAllGroupEntries: OK
getUserEntryForID: OK
getAllUserEntries: OK
*** unexpected failure for user001(normal)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20171208/27c25cd3/attachment-0001.html>
More information about the ghc-devs
mailing list