nixGL icon indicating copy to clipboard operation
nixGL copied to clipboard

Test results with GeForce GTX 1060 6GB

Open manveru opened this issue 4 years ago • 3 comments

Running the ./Test.hs, I get quite a number of failures.

Sanity
  OpenGL
    fails with unwrapped glxinfo64 FAILED [1]
    fails with unwrapped glxinfo32 FAILED [2]
  Vulkan
    fails with unwrapped vulkaninfo64 FAILED [3]
    fails with unwrapped vulkaninfo32 FAILED [4]
NixGL
  Mesa
    OpenGL
      32 bits FAILED [5]
      64 bits
        # PENDING: exception in beforeAll-hook (see previous failure)
    Vulkan
      32 bits FAILED [6]
      64 bits
        # PENDING: exception in beforeAll-hook (see previous failure)
  Nvidia - Bumblebee
    OpenGL
      32 bits FAILED [7]
      64 bits
        # PENDING: exception in beforeAll-hook (see previous failure)
    Vulkan
      32 bits
        # PENDING: No reason given
      64 bits
        # PENDING: No reason given
  Nvidia
    OpenGL
      32 bits FAILED [8]
      64 bits
        # PENDING: exception in beforeAll-hook (see previous failure)
    Vulkan
      32 bits FAILED [9]
      64 bits
        # PENDING: exception in beforeAll-hook (see previous failure)

Failures:

  Test.hs:79:11: 
  1) Sanity.OpenGL fails with unwrapped glxinfo64
       expected: Nothing
        but got: Just "OpenGL version string: 4.6.0 NVIDIA 440.82"

  To rerun use: --match "/Sanity/OpenGL/fails with unwrapped glxinfo64/"

  Test.hs:83:11: 
  2) Sanity.OpenGL fails with unwrapped glxinfo32
       expected: Nothing
        but got: Just "OpenGL version string: 4.6.0 NVIDIA 440.82"

  To rerun use: --match "/Sanity/OpenGL/fails with unwrapped glxinfo32/"

  Test.hs:86:11: 
  3) Sanity.Vulkan fails with unwrapped vulkaninfo64
       did not get expected exception: IOException

  To rerun use: --match "/Sanity/Vulkan/fails with unwrapped vulkaninfo64/"

  Test.hs:89:11: 
  4) Sanity.Vulkan fails with unwrapped vulkaninfo32
       did not get expected exception: IOException

  To rerun use: --match "/Sanity/Vulkan/fails with unwrapped vulkaninfo32/"

  Test.hs:35:5: 
  5) NixGL.Mesa.OpenGL 32 bits
       uncaught exception: IOException of type OtherError
       readCreateProcess: nix-build "./" "-A" "nixGLIntel" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small)" (exit 1): failed

  To rerun use: --match "/NixGL/Mesa/OpenGL/32 bits/"

  Test.hs:53:5: 
  6) NixGL.Mesa.Vulkan 32 bits
       uncaught exception: IOException of type OtherError
       readCreateProcess: nix-build "./" "-A" "nixVulkanIntel" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small)" (exit 1): failed

  To rerun use: --match "/NixGL/Mesa/Vulkan/32 bits/"

  Test.hs:35:5: 
  7) NixGL, Nvidia - Bumblebee, OpenGL, 32 bits
       uncaught exception: IOException of type OtherError
       readCreateProcess: nix-build "./" "-A" "nixGLNvidiaBumblebee" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small)" (exit 1): failed

  To rerun use: --match "/NixGL/Nvidia - Bumblebee/OpenGL/32 bits/"

  Test.hs:35:5: 
  8) NixGL.Nvidia.OpenGL 32 bits
       uncaught exception: IOException of type OtherError
       readCreateProcess: nix-build "./" "-A" "nixGLNvidia" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small)" (exit 1): failed

  To rerun use: --match "/NixGL/Nvidia/OpenGL/32 bits/"

  Test.hs:53:5: 
  9) NixGL.Nvidia.Vulkan 32 bits
       uncaught exception: IOException of type OtherError
       readCreateProcess: nix-build "./" "-A" "nixVulkanNvidia" "--arg" "pkgs" "import (fetchTarball channel:nixos-19.09-small)" (exit 1): failed

  To rerun use: --match "/NixGL/Nvidia/Vulkan/32 bits/"

Randomized with seed 69736739

Finished in 16.7898 seconds
16 examples, 9 failures, 7 pending

manveru avatar Apr 28 '20 21:04 manveru