Home
last modified time | relevance | path

Searched refs:torture (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/subzero/
D.gitignore15 # Ignore WASM torture tests
16 /torture-s/
17 /torture-s2wasm-sexpr-wasm/
Dfetch-torture-tests.sh6 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…
DREADME-wasm.md9 -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/
Dwl.c431 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 …]
Dubi.h770 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);
Dfastmap-wl.c326 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/
Dparse-torture.sh30 T=${TMPDIR-/tmp}/parse-torture.sh.$$
44 echo $title unreadable torture output file: $file
Dkvm.sh178 --torture)
179 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'
Dkvm-test-1-run.sh118 echo Do the torture scripts know about your architecture?
/external/curl/tests/
Druntests.pl317 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 …]
DMakefile.am101 torture-test: perlcheck all
DREADME161 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/
D2008-10-20-AsmDoubleInI32.ll4 ; from gcc.c-torture/compile/920520-1.c
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2008-10-20-AsmDoubleInI32.ll4 ; from gcc.c-torture/compile/920520-1.c
D2011-10-19-LegelizeLoad.ll14 ; Based on /gcc-4_2-testsuite/src/gcc.c-torture/execute/pr23135.c
/external/llvm/test/CodeGen/X86/
D2008-10-20-AsmDoubleInI32.ll4 ; from gcc.c-torture/compile/920520-1.c
D2011-10-19-LegelizeLoad.ll14 ; Based on /gcc-4_2-testsuite/src/gcc.c-torture/execute/pr23135.c
/external/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt1 # Tests which are known to fail from the GCC torture test suite.
/external/llvm/test/Transforms/InstCombine/
D2012-03-10-InstCombine.ll3 ; Derived from gcc.c-torture/execute/frame-address.c
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2012-03-10-InstCombine.ll3 ; Derived from gcc.c-torture/execute/frame-address.c
/external/curl/docs/examples/
DREADME31 actually torture our web site with your tests! Thanks.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt1 # Tests which are known to fail from the GCC torture test suite.
/external/curl/
DMakefile.am199 test-torture: test
215 test-torture:
216 @(cd tests; $(MAKE) all torture-test)
/external/harfbuzz_ng/m4/
Dax_cxx_compile_stdcxx.m4170 // 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/
Dtest_resources.py680 torture = """ variable in TestParsing
705 ] + list(pairwise(reversed(torture.split()))),

12