Home
last modified time | relevance | path

Searched refs:RESULTS (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/.gitlab-ci/piglit/
H A Dpiglit-traces.sh8 RESULTS=$(realpath -s "$PWD"/results)
9 mkdir -p "$RESULTS"
66 virgl_test_server >"$RESULTS"/vtest-log.txt 2>&1 &
88 find "$RESULTS/$__PREFIX" -type f -name "*.png" -printf "%P\n" \
106 ci-fairy s3cp $MINIO_ARGS "$RESULTS/$__PREFIX/$line" \
134 PIGLIT_CMD="./piglit run -l verbose --timeout 300 -j${FDO_CI_CONCURRENT:-4} $PIGLIT_OPTIONS $PIGLIT_TESTS replay "$(/usr/bin/printf "%q" "$RESULTS")
157 ./piglit summary aggregate "$RESULTS" -o junit.xml
160 RESULTSFILE="$RESULTS/$PIGLIT_RESULTS.txt"
162 ./piglit summary console "$RESULTS"/results.json.bz2 \
182 "$RESULTS"/summar
[all...]
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/
H A Drun.sh11 RESULTS=$(realpath -s "$PWD"/results)
61 if [ -d "$RESULTS" ]; then
62 cd "$RESULTS" && rm -rf ..?* .[!.]* * && cd -
64 mkdir "$RESULTS"
67 VKD3D_PROTON_TESTSUITE_CMD="/vkd3d-proton-tests/x64/bin/d3d12 >$RESULTS/vkd3d-proton.log"
76 RESULTSFILE="$RESULTS/$VKD3D_PROTON_RESULTS.txt"
78 grep "Test failed" "$RESULTS"/vkd3d-proton.log > "$RESULTSFILE"
/third_party/mesa3d/.gitlab-ci/
H A Ddeqp-runner.sh22 RESULTS=`pwd`/${DEQP_RESULTS_DIR:-results}
23 mkdir -p $RESULTS
148 virgl_test_server $VTEST_ARGS >$RESULTS/vtest-log.txt 2>&1 &
173 --output $RESULTS \
186 --output $RESULTS \
208 find $RESULTS -name \*.xml | \
214 find $RESULTS -name \*.xml \
215 -exec cp /deqp/testlog.css /deqp/testlog.xsl "$RESULTS/" ";" \
220 --results $RESULTS/failures.csv \
221 --output $RESULTS/juni
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm80 # Directories we want to keep track of TOP, APPS, TEST and RESULTS are the
156 note "The results of this test will end up in $directories{RESULTS}"
159 __cwd($directories{RESULTS});
667 return catfile($directories{RESULTS});
949 $directories{RESULTS} = catdir($directories{RESULTTOP}, $test_name);
952 rmtree($directories{RESULTS}, { safe => 0, keep_root => 1 });
953 mkpath($directories{RESULTS});
1171 print STDERR " \$directories{RESULTS} = \"$directories{RESULTS}\"\n";
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm80 # Directories we want to keep track of TOP, APPS, TEST and RESULTS are the
156 note "The results of this test will end up in $directories{RESULTS}"
159 __cwd($directories{RESULTS});
667 return catfile($directories{RESULTS});
949 $directories{RESULTS} = catdir($directories{RESULTTOP}, $test_name);
952 rmtree($directories{RESULTS}, { safe => 0, keep_root => 1 });
953 mkpath($directories{RESULTS});
1171 print STDERR " \$directories{RESULTS} = \"$directories{RESULTS}\"\n";

Completed in 4 milliseconds