Home
last modified time | relevance | path

Searched refs:regtest (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/main/nightly/conf/
Dcellbuzz-cross.conf17 rm -f regtest-output.txt
24 cat regtest-output.txt
/external/valgrind/main/
DMakefile.am78 regtest: check target
82 nonexp-regtest: check
84 exp-regtest: check
DREADME_DEVELOPERS39 To build and run all the regression tests, run "make [--quiet] regtest".
DNEWS156 267488 regtest: darwin support for 64-bit build
229 275151 Fedora 15 / glibc-2.14 'make regtest' FAIL
325 250038 ppc64: Altivec LVSR and LVSL instructions fail their regtest
548 250038 ppc64: Altivec lvsr and lvsl instructions fail their regtest
3317 You can run the regression tests with 'make regtest' after 'make
Dconfigure.in1817 # of the regtest programs that use Boost fails, because they are
/external/valgrind/main/gdbserver_tests/
DREADME_DEVELOPERS5 make regtest
11 make regtest GDB=/path/to/another/gdb
35 The prerequisite are established during make regtest (using marker files).
/external/valgrind/main/nightly/
DREADME.txt17 install") and runs the regression tests ("make regtest") in both, and
83 to run the tests. If not specified, the usual "make regtest" will be
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt60 * Check standard build and regtest on the following cpus:
D3_0_BUGSTATUS.txt397 FIXED-TRUNK: vex:1331, vg:4390 contains regtest
D3_2_BUGSTATUS.txt13 Add regtest for #149519.
/external/valgrind/main/memcheck/tests/
Dvarinfo6.c6503 int regtest; in main() local
6505 regtest = argc==2; in main()
6508 regtest = 1; in main()
6526 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 3 : (regtest?2377:137))) { in main()
6528 if (regtest) in main()
6534 if (regtest) in main()
6538 if (regtest) in main()
Dorigin5-bz2.c6467 int regtest; in main() local
6470 regtest = argc==2; in main()
6493 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) { in main()
6494 if (regtest) in main()
6500 if (regtest) in main()
6504 if (regtest) in main()
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c6473 int regtest; in main() local
6475 regtest = argc==2; in main()
6476 regtest = 1; in main()
6493 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) { in main()
6494 if (regtest) in main()
6500 if (regtest) in main()
6504 if (regtest) in main()
/external/valgrind/main/perf/
Dbz2.c6465 int regtest; in main() local
6467 regtest = argc==2; in main()
6485 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) { in main()
6486 if (regtest) in main()
6492 if (regtest) in main()
6496 if (regtest) in main()