···86 options.append("--use-gl=swiftshader")
87 # Launch the process:
88 options.append("file://${startupHTML}")
89- machine.succeed(ru(f'ulimit -c unlimited; {binary} {shlex.join(options)} & disown'))
90 if binary.startswith("google-chrome"):
91 # Need to click away the first window:
92 machine.wait_for_text("Make Google Chrome the default browser")
···86 options.append("--use-gl=swiftshader")
87 # Launch the process:
88 options.append("file://${startupHTML}")
89+ machine.succeed(ru(f'ulimit -c unlimited; {binary} {shlex.join(options)} >&2 & disown'))
90 if binary.startswith("google-chrome"):
91 # Need to click away the first window:
92 machine.wait_for_text("Make Google Chrome the default browser")
···38 # Check that logging in has given the user ownership of devices.
39 machine.succeed("getfacl -p /dev/snd/timer | grep -q ${user.name}")
4041- machine.succeed("su - ${user.name} -c 'DISPLAY=:0.0 xfce4-terminal &'")
42 machine.wait_for_window("Terminal")
43 machine.sleep(10)
44 machine.screenshot("screen")
···38 # Check that logging in has given the user ownership of devices.
39 machine.succeed("getfacl -p /dev/snd/timer | grep -q ${user.name}")
4041+ machine.succeed("su - ${user.name} -c 'DISPLAY=:0.0 xfce4-terminal >&2 &'")
42 machine.wait_for_window("Terminal")
43 machine.sleep(10)
44 machine.screenshot("screen")
···28 };
2930 postPatch = ''
0031 # Includes aws-c-auth private headers, so only works with submodule build
32 rm aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp
33 '' + lib.optionalString stdenv.hostPlatform.isMusl ''
···66 # fix build with gcc9, can be removed after bumping to current version
67 NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
6869- # aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
70 # aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
71 # seem to have a datarace
72 enableParallelChecking = false;
···28 };
2930 postPatch = ''
31+ # Flaky on Hydra
32+ rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
33 # Includes aws-c-auth private headers, so only works with submodule build
34 rm aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp
35 '' + lib.optionalString stdenv.hostPlatform.isMusl ''
···68 # fix build with gcc9, can be removed after bumping to current version
69 NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
70071 # aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
72 # seem to have a datarace
73 enableParallelChecking = false;