Searched refs:torture (Results 1 – 25 of 50) sorted by relevance
12
/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/curl/tests/ |
D | runtests.pl | 344 my $torture; 591 print "CMD ($ret): $cmd\n" if($verbose && !$torture); 616 sub torture { subroutine 3140 if(!$has_memory_tracking && $torture) { 3949 if ($torture) { 3950 $cmdres = torture($CMDLINE, 4048 if($rc != 0 && !$torture) { 4070 if ($torture) { 4583 if($torture && $run{$what} && 4597 if($torture && $run{'ftp-ipv6'} && [all …]
|
D | Makefile.am | 96 torture-test: perlcheck all
|
D | CMakeLists.txt | 50 add_runtests(test-torture "-a -t")
|
D | README.md | 131 runtests.pl's `-t` option will enable torture testing mode, which runs each 163 -ftest-coverage -g -O0`. Make sure you run the normal and torture tests to 167 make test-torture
|
/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-project/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 | 15 ; Based on /gcc-4_2-testsuite/src/gcc.c-torture/execute/pr23135.c
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 169 --torture) 170 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'
|
D | kvm-test-1-run.sh | 100 echo Do the torture scripts know about your architecture?
|
/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-project/llvm/test/Transforms/InstCombine/ |
D | 2012-03-10-InstCombine.ll | 3 ; Derived from gcc.c-torture/execute/frame-address.c
|
/external/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.md | 27 you to actually torture our website with your tests! Thanks.
|
/external/swiftshader/third_party/llvm-10.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/llvm-project/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 | 226 test-torture: test 242 test-torture: 243 @(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/llvm-project/polly/lib/External/isl/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/protobuf/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 170 // If the compiler admits that it is not ready for C++11, why torture it? 478 // If the compiler admits that it is not ready for C++14, why torture it? 602 // If the compiler admits that it is not ready for C++17, why torture it?
|
/external/google-breakpad/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 152 // If the compiler admits that it is not ready for C++11, why torture it? 441 // If the compiler admits that it is not ready for C++14, why torture it?
|
/external/elfutils/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 150 // If the compiler admits that it is not ready for C++11, why torture it? 439 // If the compiler admits that it is not ready for C++14, why torture it?
|
12