/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrConditionalCompare.td | 33 class Ctest<bits<8> o, Format f, X86TypeInfo t, DAGOperand op1, DAGOperand op2>: 34 BinCondOp<o, f, t, op1, op2, "ctest">; 110 // CTEST Instructions 114 def CTEST8rr : Ctest<0x84, MRMDestReg, Xi8, GR8, GR8>; 115 def CTEST16rr: Ctest<0x85, MRMDestReg, Xi16, GR16, GR16>, PD; 116 def CTEST32rr: Ctest<0x85, MRMDestReg, Xi32, GR32, GR32>; 117 def CTEST64rr: Ctest<0x85, MRMDestReg, Xi64, GR64, GR64>; 119 def CTEST8ri : Ctest<0xF6, MRM0r, Xi8, GR8, i8imm>; 120 def CTEST16ri: Ctest<0xF7, MRM0r, Xi16, GR16, i16imm>, PD; 121 def CTEST32ri: Ctest<0xF7, MRM0r, Xi32, GR32, i32imm>; [all …]
|
H A D | X86InstrAsmAlias.td | 141 // CTEST Instructions Alias 144 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}", 146 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}", 148 def : InstAlias<"ctest"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}", 150 def : InstAlias<"ctest"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}", 152 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}", 154 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}", 156 def : InstAlias<"ctest"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}", 158 def : InstAlias<"ctest"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}", 160 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}", [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | contigmalloc3.sh | 47 cat > $dir/ctest.c <<EOF 109 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1 110 rm $dir/ctest.c 126 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5 128 rm -rf $dir /tmp/ctest
|
H A D | contigmalloc.sh | 55 cat > $dir/ctest.c <<EOF 140 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1 141 rm $dir/ctest.c 157 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5 159 rm -rf $dir /tmp/ctest
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | tests.rst | 7 …can run all of them using ``ctest`` in the build directory. Individual tests are themselves runnab… 14 … memory correctness. You can run these tests by passing the ``-T memcheck`` flag to ``ctest``. [#]_
|
/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 29 - run: ctest -VV 75 - run: ctest -T Coverage 77 - run: ctest --output-on-failure -T memcheck | tee memcheck.out 206 /c/Program\ Files/Cmake/bin/ctest.exe --test-dir libcbor_build --output-on-failure
|
/freebsd/tools/test/bsnmp/ |
H A D | Makefile | 4 PROG_CXX=ctest 18 ${.OBJDIR}/ctest
|
/freebsd/contrib/googletest/googlemock/ |
H A D | CMakeLists.txt | 8 # ctest. You can select which tests to run using 'ctest -R regex'. 9 # For more options, run 'ctest --help'. 131 # 'make test' or ctest.
|
/freebsd/contrib/googletest/googletest/ |
H A D | CMakeLists.txt | 8 # ctest. You can select which tests to run using 'ctest -R regex'. 9 # For more options, run 'ctest --help'. 194 # 'make test' or ctest.
|
/freebsd/crypto/openssl/util/ |
H A D | mkdef.pl | 34 my $ctest = 0; 45 'ctest' => \$ctest, 161 $writer = \&writer_ctest if $ctest;
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | vsscanf.c | 211 ChunkType chunk, ctest; in vsscanf() 267 if ((ctest = final_ch(format[n], other)) != cUnknown) { in vsscanf() 269 chunk = ctest; in vsscanf()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | testconf.ini.sample | 9 logfile = ./ctest.log
|
/freebsd/contrib/libcbor/ |
H A D | CMakeLists.txt | 5 include(CTest) 110 COMMAND ctest
|
H A D | release.sh | 64 ctest
|
/freebsd/contrib/lyaml/build-aux/ |
H A D | luke | 137 local function check_header_compile(L,env,config,header,extra_hdrs)return with(CTest(),function(con… 138 …ruct_member_compile(L,env,config,structname,member,extra_hdrs)return with(CTest(),function(conftes… 147 local function try_link(L,env,config,lib,symbol)return with(CTest(),TmpFile(),function(conftest,a_o… 156 local function try_compile(L,env,config,headers)return with(CTest(),TmpFile(),function(conftest,a_o… 167 local function check_func_decl(L,env,config,fname,extra_hdrs)return with(CTest(),function(conftest)… 178 local function check_func_link(L,env,config,fname)return with(CTest(),TmpFile(),function(conftest,a… 243 checking(L,interpolate(env,'whether $CC works'))local cm=CTest()local works,err=with(cm,function(co… 647 return{ContextManager=ContextManager,CTest=function()local conftest=tmpname()return ContextManager(…
|
/freebsd/contrib/libyaml/ |
H A D | .appveyor.yml | 16 - ctest -C Release
|
H A D | CMakeLists.txt | 101 include(CTest) # This module defines BUILD_TESTING option
|
/freebsd/contrib/googletest/ci/ |
H A D | windows-presubmit.bat | 9 SET CTEST_BIN="ctest.exe"
|
H A D | macos-presubmit.sh | 50 time ctest -j$(nproc) --output-on-failure
|
H A D | linux-presubmit.sh | 65 ctest -j$(nproc) --output-on-failure"
|
/freebsd/contrib/googletest/docs/ |
H A D | quickstart-cmake.md | 139 <strong>my_project$ cd build && ctest</strong>
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | eapol_test.sgml | 72 eapol_test -ctest.conf -a127.0.0.1 -p1812 -ssecret -r1
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | CMakeLists.txt | 1247 # Macro that creates the ctest test for a backend. 1373 …# If they are set in the shell the tests are running using simply "ctest" or "make test" will fai… 1448 include(CTest)
|
/freebsd/contrib/libevent/ |
H A D | CMakeLists.txt | 1247 # Macro that creates the ctest test for a backend. 1373 …# If they are set in the shell the tests are running using simply "ctest" or "make test" will fai… 1448 include(CTest)
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 175 ctest -V -L Medium;
|