Searched refs:testing (Results 51 - 75 of 2410) sorted by relevance

1234567891011>>

/external/toybox/tests/
H A Dlsattr.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
15 testing "file" "lsattr file" "$_A file\n" "" ""
16 testing "file_path" "lsattr $_p/file" "$_A $_p/file\n" "" ""
17 testing "-R file" "lsattr -R file" "$_A file\n" "" ""
18 testing "-R file_path" "lsattr -R $_p/file" "$_A $_p/file\n" "" ""
19 testing "-a file" "lsattr -a file" "$_A file\n" "" ""
20 testing "-a file_path" "lsattr -a $_p/file" "$_A $_p/file\n" "" ""
21 testing "
[all...]
H A Dexpand.test6 [ -f testing.sh ] && . testing.sh
10 testing "default" "expand input" " foo bar\n" "\tfoo\tbar\n" ""
11 testing "default stdin" "expand" " foo bar\n" "" "\tfoo\tbar\n"
12 testing "single" "expand -t 2 input" " foo bar\n" "\tfoo\tbar\n" ""
13 testing "tablist" "expand -t 5,10,12 input" " foo bar foo\n" "\tfoo\tbar\tfoo\n" ""
14 testing "backspace" "expand input" "foobarfoo\b\b bar\n" "foobarfoo\b\b\tbar\n" ""
25 testing "long tab single" "expand -t $TABSTOP input" "${BIGTAB}foo\n" "\tfoo\n" ""
26 testing "long tab tablist" "expand -t $TABSTOP,$[TABSTOP+5] input" \
29 testing "multilin
[all...]
H A Dgroupadd.test5 [ -f testing.sh ] && . testing.sh
16 #testing "name" "command" "result" "infile" "stdin"
18 testing "group_name (text)" "groupadd toyTestGroup &&
21 testing "group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
24 testing "group_name (numeric)" "groupadd 987654321 &&
27 testing "group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
32 testing "group_name (long string)" "groupadd $_s210 &&
35 testing "group_name with group_id" "groupadd -g 49999 toyTestGroup &&
38 testing "group_nam
[all...]
H A Dmore.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
12 testing "non-tty" "more file1 | cat -" "line1\nline2\n" "" ""
H A Dpgrep.test9 [ -f testing.sh ] && . testing.sh
11 #testing "name" "command" "result" "infile" "stdin"
23 testing "pattern" "pgrep yes" "$proc\n" "" ""
24 testing "wildCardPattern" "pgrep ^y.*s$" "$proc\n" "" ""
25 testing "-l pattern" "pgrep -l yes" "$proc yes\n" "" ""
26 testing "-f pattern" "pgrep -f yes" "$proc\n" "" ""
27 testing "-n pattern" "pgrep -n yes" "$proc\n" "" ""
28 testing "-o pattern" "pgrep -o yes" "$proc\n" "" ""
29 testing "
[all...]
H A Drmdir.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
8 testing "rmdir" "rmdir one && [ ! -d one ] && echo yes" "yes\n" "" ""
11 testing "file" \
15 testing "one two" \
20 testing "one missing two file three" \
27 testing "mode 000" "rmdir one && [ ! -d one ] && echo yes" "yes\n" "" ""
31 testing "non-empty" \
33 testing "
[all...]
H A Dcp.test3 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
10 testing "not enough arguments [fail]" "cp one 2>/dev/null || echo yes" \
12 testing "-missing source [fail]" "cp missing two 2>/dev/null || echo yes" \
14 testing "file->file" "cp random two && cmp random two && echo yes" \
19 testing "file->dir" "cp random two && cmp random two/random && echo yes" \
22 testing "file->dir/file" \
25 testing "-r dir->missing" \
29 testing "
[all...]
H A Dfile.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
15 testing "empty" "file empty" "empty: empty\n" "" ""
16 testing "bash.script" "file bash.script" "bash.script: /bin/bash script\n" "" ""
17 testing "bash.script with spaces" "file bash.script2" "bash.script2: /bin/bash script\n" "" ""
18 testing "env python script" "file env.python.script" "env.python.script: python script\n" "" ""
19 testing "ascii" "file ascii" "ascii: ASCII text\n" "" ""
20 testing "java class" "file java.class" "java.class: Java class file, version 49.0\n" "" ""
21 testing "symlin
[all...]
H A Dln.test6 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
12 testing "create_hardlink" "ln file hlink && [ file -ef hlink ] &&
14 testing "create_softlink" "ln -s file slink && [ -L slink ] &&
19 testing "force_create_hardlink" "ln -f file hlink &&
23 testing "force_create_softlink" "ln -f -s file slink &&
29 testing "preserves_hardlinks" "ln file hlink 2>/dev/null || echo 'yes'" \
34 testing "preserves_softlinks" "ln -s file slink 2>/dev/null || echo 'yes'" \
39 testing "multilevel_symbolic_link
[all...]
H A Dchattr.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
21 testing "[-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
24 testing "[-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
28 testing "[-/+]i FILE[append]" "$IN && echo "$_t" > testFile &&
31 testing "[-/+]i FILE[move]" "$IN && echo "$_t" > testFile &&
34 testing "[-/+]i FILE[delete]" "$IN && echo "$_t" > testFile &&
37 testing "[-/+]i FILE[read]" "$IN && echo "$_t" > testFile &&
40 testing "[
[all...]
H A Dfstype.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
10 testing "file" "fstype temp.img" 'squashfs\n' "" ""
15 testing "$i" 'bzcat "$BDIR"/$i.bz2 | fstype -' "$i\n" "" ""
18 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | fstype -' 'vfat\n' "" ""
19 testing "reiserfs" 'bzcat "$BDIR"/reiser3.bz2 | fstype -' 'reiserfs\n' "" ""
21 #testing "blkid minix" 'bzcat "$BDIR"/minix.bz2 | blkid -'
H A Dgetfattr.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
12 testing "" "getfattr attrs/file" \
14 testing "-d" "getfattr -d attrs/file" \
16 testing "-n" "getfattr -n user.empty attrs/file" \
18 testing "-d -n" "getfattr -d -n user.data attrs/file" \
H A Dmount.test6 [ -f testing.sh ] && . testing.sh
8 #testing "name" "command" "result" "infile" "stdin"
23 testing "$root_fs /mnt" \
26 testing "$tmp_b_fs /mnt" \
32 testing "$root_fs /mnt (read_only dir)" \
35 testing "$tmp_b_fs /mnt (read_only dir)" \
40 testing "-w $root_fs /mnt (write_only mode)" \
43 testing "-w $tmp_b_fs /mnt (write_only mode)" \
47 testing "
[all...]
H A Dsetfattr.test3 [ -f testing.sh ] && . testing.sh
5 #testing "name" "command" "result" "infile" "stdin"
13 testing "-x" \
16 testing "-n" "setfattr -n user.new attrs/file && getfattr -d attrs/file" \
18 testing "-n -v" "setfattr -n user.new -v data attrs/file && getfattr -d attrs/file" \
/external/compiler-rt/lib/interception/tests/
H A Dinterception_test_main.cc19 testing::GTEST_FLAG(death_test_style) = "threadsafe";
20 testing::InitGoogleTest(&argc, argv);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test_main.cc18 testing::GTEST_FLAG(death_test_style) = "threadsafe";
19 testing::InitGoogleTest(&argc, argv);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_unit_test_main.cc22 testing::GTEST_FLAG(death_test_style) = "threadsafe";
23 testing::InitGoogleTest(&argc, argv);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-param-test_test.h35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
/external/googletest/googletest/test/
H A Dgtest-param-test_test.h35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
/external/v8/testing/gtest/test/
H A Dgtest-param-test_test.h35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-param-test_test.h35 // for testing Google Test itself.
44 // Test fixture for testing definition and instantiation of a test
46 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
49 // Test fixture for testing instantiation of a test in multiple
52 : public ::testing::TestWithParam<int> {
/external/guava/guava-testlib/src/com/google/common/testing/
H A Dpackage-info.java18 * This package contains testing utilities.
23 package com.google.common.testing;
/external/guava/guava-testlib/test/com/google/common/testing/
H A DPackageSanityTests.java17 package com.google.common.testing;
/external/fmtlib/test/gtest/
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]

Completed in 505 milliseconds

1234567891011>>