/external/swiftshader/third_party/subzero/ |
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…
|
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`.
|
/external/u-boot/drivers/mtd/ubi/ |
D | wl.c | 431 int torture) in sync_erase() argument 447 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase() 604 int vol_id, int lnum, int torture) in schedule_erase() argument 611 e->pnum, e->ec, torture); in schedule_erase() 621 wl_wrk->torture = torture; in schedule_erase() 641 int vol_id, int lnum, int torture) in do_sync_erase() argument 654 wl_wrk->torture = torture; in do_sync_erase() 673 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 840 torture = 1; 934 err = do_sync_erase(ubi, e2, vol_id, lnum, torture); [all …]
|
D | ubi.h | 770 int torture; member 868 int pnum, int torture); 876 int lnum, int torture); 886 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
|
D | fastmap-wl.c | 326 int lnum, int torture) in ubi_wl_put_fm_peb() argument 352 return schedule_erase(ubi, e, vol_id, lnum, torture); in ubi_wl_put_fm_peb()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | parse-torture.sh | 30 T=${TMPDIR-/tmp}/parse-torture.sh.$$ 44 echo $title unreadable torture output file: $file
|
D | kvm.sh | 178 --torture) 179 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'
|
D | kvm-test-1-run.sh | 118 echo Do the torture scripts know about your architecture?
|
/external/curl/tests/ |
D | runtests.pl | 317 my $torture; 542 print "CMD ($ret): $cmd\n" if($verbose && !$torture); 567 sub torture { subroutine 2939 if(!$has_memory_tracking && $torture) { 3987 if ($torture) { 3988 $cmdres = torture($CMDLINE, 4144 if($rc != 0 && !$torture) { 4166 if ($torture) { 4673 if($torture && $run{$what} && 4687 if($torture && $run{'ftp2'} && [all …]
|
D | Makefile.am | 101 torture-test: perlcheck all
|
D | README | 161 runtests.pl's -t option will enable torture testing mode, which runs each 194 and torture tests to get more full coverage, i.e. do: 197 make test-torture
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-10-20-AsmDoubleInI32.ll | 4 ; from gcc.c-torture/compile/920520-1.c
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2008-10-20-AsmDoubleInI32.ll | 4 ; from gcc.c-torture/compile/920520-1.c
|
D | 2011-10-19-LegelizeLoad.ll | 14 ; Based on /gcc-4_2-testsuite/src/gcc.c-torture/execute/pr23135.c
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-10-20-AsmDoubleInI32.ll | 4 ; from gcc.c-torture/compile/920520-1.c
|
D | 2011-10-19-LegelizeLoad.ll | 14 ; Based on /gcc-4_2-testsuite/src/gcc.c-torture/execute/pr23135.c
|
/external/llvm/lib/Target/WebAssembly/ |
D | known_gcc_test_failures.txt | 1 # Tests which are known to fail from the GCC torture test suite.
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2012-03-10-InstCombine.ll | 3 ; Derived from gcc.c-torture/execute/frame-address.c
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2012-03-10-InstCombine.ll | 3 ; Derived from gcc.c-torture/execute/frame-address.c
|
/external/curl/docs/examples/ |
D | README | 31 actually torture our web site with your tests! Thanks.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | known_gcc_test_failures.txt | 1 # Tests which are known to fail from the GCC torture test suite.
|
/external/curl/ |
D | Makefile.am | 199 test-torture: test 215 test-torture: 216 @(cd tests; $(MAKE) all torture-test)
|
/external/harfbuzz_ng/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 170 // If the compiler admits that it is not ready for C++11, why torture it? 459 // If the compiler admits that it is not ready for C++14, why torture it? 583 // If the compiler admits that it is not ready for C++17, why torture it?
|
/external/python/setuptools/pkg_resources/tests/ |
D | test_resources.py | 680 torture = """ variable in TestParsing 705 ] + list(pairwise(reversed(torture.split()))),
|