Searched refs:tests_dir (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Lib/lib2to3/tests/
H A D__init__.py15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests') variable
16 tests = [t[0:-3] for t in os.listdir(tests_dir)
/external/autotest/client/site_tests/platform_GesturesRegressionTest/
H A Dplatform_GesturesRegressionTest.py39 tests_dir = os.path.join(root, 'tests')
45 runner = ParallelTestRunner(tests_dir)
/external/trappy/tests/
H A Dtest_copyright.py67 tests_dir = os.path.dirname(os.path.abspath(__file__))
68 base_dir = os.path.dirname(tests_dir)
/external/valgrind/tests/
H A Dvg_regtest37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
181 chomp(my $tests_dir = `pwd`);
189 my $valgrind_lib = "$tests_dir/.in_place";
257 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
260 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
269 . validate_program($tests_dir,"./tests/outer_inner.supp",1,0)
623 (-x "$tests_dir/tests/arch_test") or die
631 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
632 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
634 256 == system("sh $tests_dir/test
[all...]
H A Dvg_regtest.in37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
181 chomp(my $tests_dir = `pwd`);
189 my $valgrind_lib = "$tests_dir/.in_place";
257 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
260 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
269 . validate_program($tests_dir,"./tests/outer_inner.supp",1,0)
623 (-x "$tests_dir/tests/arch_test") or die
631 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
632 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
634 256 == system("sh $tests_dir/test
[all...]
/external/valgrind/perf/
H A Dvg_perf108 chomp(my $tests_dir = `pwd`);
143 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
177 add_vgdir($tests_dir);
293 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
487 chdir($tests_dir);
H A Dvg_perf.in108 chomp(my $tests_dir = `pwd`);
143 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
177 add_vgdir($tests_dir);
293 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
487 chdir($tests_dir);
/external/autotest/utils/
H A Dtest_importer.py521 parser.add_option('-t', '--tests-dir', dest='tests_dir',
600 if options.tests_dir:
601 options.tests_dir = os.path.abspath(options.tests_dir)
602 tests = get_tests_from_fs(options.tests_dir, options.control_pattern,

Completed in 280 milliseconds