/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 4 # Run a series of torture tests, intended for overnight or 7 # Usage: torture.sh [ options ] 198 ds="`date +%Y.%m.%d-%H.%M.%S`-torture" 202 T=/tmp/torture.sh.$$ 254 # Note that "flavor" is an arbitrary string. Supply --torture if needed. 290 # in any way. So also supply --torture if you need something other than 338 # --torture rcu 341 …torture_bootargs="rcupdate.rcu_cpu_stall_suppress_at_boot=1 torture.disable_onoff_at_boot rcupdate… 347 torture_bootargs="torture.disable_onoff_at_boot" 348 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -… [all …]
|
D | parse-console.sh | 41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file 67 grep --binary-files=text 'torture:.*ver:' $file | 90 print "GP HANG at " ver " torture stat " badseqnr;
|
D | functions.sh | 15 echo "$1" | grep -q "torture\.onoff_" 78 # test run. However, the torture parameters will be set based on the
|
D | kvm.sh | 89 echo " --torture lock|rcu|rcuscale|refscale|scf" 233 --torture) 234 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuscale\|refscale\|scf\)$' '^--' 236 TORTURE_MOD="`echo $TORTURE_SUITE | sed -e 's/^\(lock\|rcu\|scf\)$/\1torture/'`"
|
/external/ltp/testcases/kernel/device-drivers/rcu/ |
D | rcu_torture.sh | 11 # For more information, please read Linux Documentation: RCU/torture.txt 58 tst_res TINFO "$rcu_type-torture: running $test_time sec..." 63 dmesg | grep -q "invalid torture type: \"$rcu_type\"" && \ 75 local res=$(dmesg | sed -nE "s/.* $rcu_type-torture:.* End of test: (.*): .*/\1/p" | tail -n1) 77 tst_res TPASS "$rcu_type-torture: $res" 79 tst_res TFAIL "$rcu_type-torture: $res, see dmesg"
|
/external/swiftshader/third_party/subzero/ |
D | README-wasm.md | 9 -target=arm32 ./torture-s2wasm-sexpr-wasm/20000112-1.c.s.wast.wasm 21 `wasm-run-torture-tests.py` can be used to run all the tests, or some 23 torture tests from the [WebAssembly waterfall](https://wasm-stat.us/console) or 24 by running `./fetch-torture-tests.sh`.
|
D | .gitignore | 15 # Ignore WASM torture tests 16 /torture-s/ 17 /torture-s2wasm-sexpr-wasm/
|
D | fetch-torture-tests.sh | 6 wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \ 9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \ 16 …$BUILD_PATH/wasm-torture-/b/build/slave/linux/build/src/src/work/wasm-install/emscripten_config_va…
|
/external/curl/.github/workflows/ |
D | torture.yml | 38 group: torture-${{ github.event.pull_request.number || github.sha }} 52 - name: torture 56 - name: torture-ftp 82 - run: make V=1 test-torture
|
D | macos.yml | 94 - name: torture 99 - name: torture-ftp
|
/external/python/cpython3/Lib/test/test_email/ |
D | torture_test.py | 3 # A torture test of the email package. This should not be run as part of the 28 openfile('crispin-torture.txt') 46 # Mark Crispin's torture test from the SquirrelMail project 50 msg = self._msgobj('crispin-torture.txt')
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_torture.py | 3 # A torture test of the email package. This should not be run as part of the 29 openfile('crispin-torture.txt') 47 # Mark Crispin's torture test from the SquirrelMail project 51 msg = self._msgobj('crispin-torture.txt')
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/refscale/ |
D | ver_functions.sh | 4 # Torture-suite-dependent shell functions for the rest of the scripts. 12 # Adds per-version torture-module parameters to kernels supporting them.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcuscale/ |
D | ver_functions.sh | 4 # Torture-suite-dependent shell functions for the rest of the scripts. 12 # Adds per-version torture-module parameters to kernels supporting them.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/scf/ |
D | ver_functions.sh | 4 # Torture-suite-dependent shell functions for the rest of the scripts. 23 # Adds per-version torture-module parameters to kernels supporting them.
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestRandomWordsUDHR_fr.txt | 517 énoncés torture inhérente 718 torture libre afin 722 territoires contraires torture 870 torture 1734 torture devoirs 1930 torture indépendant 2031 changer torture pacifiques 2221 concerne torture fait 2607 association public torture 3396 puissent misère torture [all …]
|
/external/curl/tests/ |
D | README.md | 143 The `runtests.pl` `-t` option enables torture testing mode. It runs each 203 -ftest-coverage -g -O0'`. Make sure you run the normal and torture tests to 207 make test-torture
|
D | runtests.pl | 336 # torture test variables 337 my $torture; 619 print "CMD ($ret): $cmd\n" if($verbose && !$torture); 642 # Memory allocation test and failure torture testing. 644 sub torture { subroutine 753 logmsg "FAIL: torture $testnum - valgrind\n"; 794 logmsg "torture OK\n"; 3364 if(!$has_memory_tracking && $torture) { 3365 die "can't run torture tests since curl was built without ". 4313 if ($torture) { [all …]
|
D | runtests.1 | 148 torture mode to no more than 'num' per test case. If this reduces the amount, 154 Selects a \fBtorture\fP test for the given tests. This makes runtests.pl first
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-10-20-AsmDoubleInI32.ll | 4 ; from gcc.c-torture/compile/920520-1.c
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 23 # Adds per-version torture-module parameters to kernels supporting them.
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/rcu/rcu_torture_read/ |
D | format | 15 print fmt: "%s torture read %p %luus c: %lu %lu", REC->rcutorturename, REC->rhp, REC->secs, REC->c_…
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 35 # Adds per-version torture-module parameters to kernels supporting them.
|
/external/igt-gpu-tools/tests/ |
D | kms_cursor_legacy.c | 58 bool torture; in stress() local 62 torture = false; in stress() 64 torture = true; in stress() 112 if (torture) { in stress() 1396 igt_subtest_f("pipe-%s-torture-bo", kmstest_pipe_name(n)) in for_each_pipe_static() 1398 igt_subtest_f("pipe-%s-torture-move", kmstest_pipe_name(n)) in for_each_pipe_static() 1413 igt_subtest("all-pipes-torture-bo") 1415 igt_subtest("all-pipes-torture-move")
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2012-03-10-InstCombine.ll | 3 ; Derived from gcc.c-torture/execute/frame-address.c
|