Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 80) sorted by relevance

1234

/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.right62 ./arith.tests: line 116: arithmetic syntax error
84 ./arith.tests: line 162: arithmetic syntax error
85 ./arith.tests: line 164: divide by zero
86 ./arith.tests: let: line 165: arithmetic syntax error
87 ./arith.tests: line 166: arithmetic syntax error
88 ./arith.tests: let: line 167: arithmetic syntax error
92 ./arith.tests: line 190: arithmetic syntax error
94 ./arith.tests: line 195: arithmetic syntax error
95 ./arith.tests: line 196: malformed ?: operator
96 ./arith.tests: line 197: arithmetic syntax error
[all …]
Darith-for.right67 ./arith-for.tests: line 77: syntax error: arithmetic expression required
68 ./arith-for.tests: line 77: syntax error: `(( i=0; "i < 3" ))'
70 ./arith-for.tests: line 83: syntax error: `;' unexpected
71 ./arith-for.tests: line 83: syntax error: `(( i=0; i < 3; i++; 7 ))'
/busybox-1.35.0/shell/hush_test/hush-misc/
Dshift.right1 ./shift.tests abc d e
2 ./shift.tests d e 123
3 ./shift.tests d e 123
4 ./shift.tests
5 ./shift.tests
6 ./shift.tests
/busybox-1.35.0/shell/ash_test/ash-misc/
Dshift.right1 ./shift.tests abc d e
2 ./shift.tests d e 123
3 ./shift.tests d e 123
4 ./shift.tests
5 ./shift.tests
6 ./shift.tests
/busybox-1.35.0/shell/ash_test/ash-psubst/
Demptytick.right3 ./emptytick.tests: line 2: : Permission denied
5 ./emptytick.tests: line 3: : Permission denied
11 ./emptytick.tests: line 10: : Permission denied
13 ./emptytick.tests: line 11: : Permission denied
17 ./emptytick.tests: exec: line 15: : Permission denied
Dfalsetick.right9 ./falsetick.tests: line 12: can't create /does/not/exist: nonexistent directory
11 ./falsetick.tests: line 13: can't create /does/not/exist: nonexistent directory
13 ./falsetick.tests: line 14: can't create /does/not/exist: nonexistent directory
15 ./falsetick.tests: line 15: can't create /does/not/exist: nonexistent directory
17 ./falsetick.tests: line 16: can't create /does/not/exist: nonexistent directory
19 ./falsetick.tests: line 17: can't create /does/not/exist: nonexistent directory
21 ./falsetick.tests: line 18: can't create /does/not/exist: nonexistent directory
23 ./falsetick.tests: line 19: can't create /does/not/exist: nonexistent directory
/busybox-1.35.0/shell/hush_test/hush-glob/
Dbash_brace1.right1 bash_brace1.tests
3 bash_brace1.tests bash_brace1.tests
Dglob1.right1 glob1.tests
2 glob1.tests
Dglob3.right1 glob3.tests
2 ./glob3.tests
/busybox-1.35.0/shell/ash_test/ash-vars/
Dreadonly0.right5 ./readonly0.tests: line 19: a: is read only
7 ./readonly0.tests: readonly: line 21: a: is read only
10 ./readonly0.tests: export: line 27: a: is read only
13 ./readonly0.tests: unset: line 44: a: is read only
Dunset.right1 ./unset.tests: unset: line 3: -: bad variable name
3 ./unset.tests: unset: line 5: illegal option -m
16 ./unset.tests: unset: line 36: VAR_RO: is read only
Dparam_glob.right1 param_glob.tests
2 param_glob.tests
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dbrace1.right4 ./brace1.tests: line 4: {cmd: not found
5 ./brace1.tests: line 5: {: not found
6 ./brace1.tests: line 6: {: not found
Dgroups_and_keywords2.right1 ./groups_and_keywords2.tests: eval: line 2: syntax error: unexpected ")"
3 ./groups_and_keywords2.tests: line 8: syntax error: unexpected ")"
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_test_libc_bug.right3 ./getopt_test_libc_bug.tests: invalid option -- b
6 ./getopt_test_libc_bug.tests: invalid option -- d
12 ./getopt_test_libc_bug.tests: invalid option -- b
15 ./getopt_test_libc_bug.tests: invalid option -- d
21 ./getopt_test_libc_bug.tests: invalid option -- b
24 ./getopt_test_libc_bug.tests: invalid option -- d
Dgetopt_nested.right7 ./getopt_nested.tests: invalid option -- d
9 ./getopt_nested.tests: invalid option -- e
11 ./getopt_nested.tests: invalid option -- f
Dgetopt_optarg.right2 ./getopt_optarg.tests: invalid option -- q
5 ./getopt_optarg.tests: invalid option -- r
8 ./getopt_optarg.tests: invalid option -- y
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob1.right1 glob1.tests
2 glob1.tests
Dglob3.right1 glob3.tests
2 ./glob3.tests
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_glob.right1 param_glob.tests
2 param_glob.tests
/busybox-1.35.0/shell/hush_test/hush-test2/
Dnoglob1.tests1 v='*.tests'
2 [[ *.tests ]]; echo 1:YES:$?
/busybox-1.35.0/libbb/
Dbbunit.c20 static llist_t *tests = NULL; variable
26 llist_add_to_end(&tests, test); in bbunit_registertest()
43 struct bbunit_listelem* el = llist_pop(&tests); in unit_main()
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dmode_x.right6 ./mode_x.tests: line 10: this=command: not found
10 ./mode_x.tests: line 14: if: not found
/busybox-1.35.0/testsuite/
DTODO6 The old way was "lots of little tests files in a directory", which
8 format is command.tests files that use testing.sh.
10 Every busybox applet needs a corresponding applet.tests.
19 Some tests need root access.
/busybox-1.35.0/docs/
Dunit-tests.txt8 Building unit tests
11 The framework and all tests are built as a regular Busybox applet if option
49 To run the tests you can either directly run 'busybox unit' or use 'make test'
50 to run both the unit tests (if compiled) and regular test suite.

1234