1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
nixpkgs/pkgs
Peter Simons 6495bf019c haskell-fsnotify: disable 'doCheck' to avoid test suite failures
Test suite test: RUNNING...

canonicalizeDirPath
  - Absolute path keeps trailing slash FAILED [1]
  - Absolute path gains trailing slash FAILED [2]
  - Relative path keeps trailing slash
  - Relative path gains trailing slash

canonicalizePath
  - Absolute path keeps trailing slash FAILED [3]
  - Relative path keeps trailing slash

findFiles
  - Non-recursive
  - Recursive

findDirs
  - Non-recursive
  - Recursive

watchDir
  - Create file
  - Modify file
  - Remove file
  - Rename file
  - Debounce

watchDirChan
  - Create file
  - Modify file
  - Remove file
  - Rename file

watchTree
  - Create file (pre-existing directory)
  - Create file (create directory)
  - Modify file
  - Remove file
  - Rename file

watchTreeChan
  - Create file (pre-existing directory)
  - Create file (create directory)
  - Modify file
  - Remove file
  - Rename file

1) canonicalizeDirPath Absolute path keeps trailing slash FAILED (uncaught exception)
IOException (/home/: canonicalizePath: does not exist (No such file or directory))

2) canonicalizeDirPath Absolute path gains trailing slash FAILED (uncaught exception)
IOException (/home: canonicalizePath: does not exist (No such file or directory))

3) canonicalizePath Absolute path keeps trailing slash FAILED (uncaught exception)
IOException (/home/: canonicalizePath: does not exist (No such file or directory))

Finished in 37.1526 seconds
29 examples, 3 failures
Test suite test: FAIL
Test suite logged to: dist/test/fsnotify-0.0.6-test.log
2013-02-25 00:26:18 +01:00
..
applications darcs: disable test suite to avoid 127 exit code 2013-02-25 00:03:34 +01:00
build-support pkgs/build-support/cabal: set 'checkPhase' only if 'doCheck' is true 2013-02-24 21:48:36 +01:00
data Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-01-17 14:19:14 +01:00
desktops Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
development haskell-fsnotify: disable 'doCheck' to avoid test suite failures 2013-02-25 00:26:18 +01:00
games Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
lib pkgs/lib/strings.nix: strip trailing whitespace 2013-02-24 19:28:38 +01:00
misc Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
os-specific Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
servers Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
shells Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-02-15 13:36:34 +01:00
stdenv Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-02-15 13:36:34 +01:00
test
tools Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
top-level haskell-packages.nix: fix attribute ordering after recent additions 2013-02-24 22:18:44 +01:00