Searched refs:tests (Results 1 – 25 of 80) sorted by relevance
1234
62 ./arith.tests: line 116: arithmetic syntax error84 ./arith.tests: line 162: arithmetic syntax error85 ./arith.tests: line 164: divide by zero86 ./arith.tests: let: line 165: arithmetic syntax error87 ./arith.tests: line 166: arithmetic syntax error88 ./arith.tests: let: line 167: arithmetic syntax error92 ./arith.tests: line 190: arithmetic syntax error94 ./arith.tests: line 195: arithmetic syntax error95 ./arith.tests: line 196: malformed ?: operator96 ./arith.tests: line 197: arithmetic syntax error[all …]
67 ./arith-for.tests: line 77: syntax error: arithmetic expression required68 ./arith-for.tests: line 77: syntax error: `(( i=0; "i < 3" ))'70 ./arith-for.tests: line 83: syntax error: `;' unexpected71 ./arith-for.tests: line 83: syntax error: `(( i=0; i < 3; i++; 7 ))'
1 ./shift.tests abc d e2 ./shift.tests d e 1233 ./shift.tests d e 1234 ./shift.tests5 ./shift.tests6 ./shift.tests
3 ./emptytick.tests: line 2: : Permission denied5 ./emptytick.tests: line 3: : Permission denied11 ./emptytick.tests: line 10: : Permission denied13 ./emptytick.tests: line 11: : Permission denied17 ./emptytick.tests: exec: line 15: : Permission denied
9 ./falsetick.tests: line 12: can't create /does/not/exist: nonexistent directory11 ./falsetick.tests: line 13: can't create /does/not/exist: nonexistent directory13 ./falsetick.tests: line 14: can't create /does/not/exist: nonexistent directory15 ./falsetick.tests: line 15: can't create /does/not/exist: nonexistent directory17 ./falsetick.tests: line 16: can't create /does/not/exist: nonexistent directory19 ./falsetick.tests: line 17: can't create /does/not/exist: nonexistent directory21 ./falsetick.tests: line 18: can't create /does/not/exist: nonexistent directory23 ./falsetick.tests: line 19: can't create /does/not/exist: nonexistent directory
1 bash_brace1.tests3 bash_brace1.tests bash_brace1.tests
1 glob1.tests2 glob1.tests
1 glob3.tests2 ./glob3.tests
5 ./readonly0.tests: line 19: a: is read only7 ./readonly0.tests: readonly: line 21: a: is read only10 ./readonly0.tests: export: line 27: a: is read only13 ./readonly0.tests: unset: line 44: a: is read only
1 ./unset.tests: unset: line 3: -: bad variable name3 ./unset.tests: unset: line 5: illegal option -m16 ./unset.tests: unset: line 36: VAR_RO: is read only
1 param_glob.tests2 param_glob.tests
4 ./brace1.tests: line 4: {cmd: not found5 ./brace1.tests: line 5: {: not found6 ./brace1.tests: line 6: {: not found
1 ./groups_and_keywords2.tests: eval: line 2: syntax error: unexpected ")"3 ./groups_and_keywords2.tests: line 8: syntax error: unexpected ")"
3 ./getopt_test_libc_bug.tests: invalid option -- b6 ./getopt_test_libc_bug.tests: invalid option -- d12 ./getopt_test_libc_bug.tests: invalid option -- b15 ./getopt_test_libc_bug.tests: invalid option -- d21 ./getopt_test_libc_bug.tests: invalid option -- b24 ./getopt_test_libc_bug.tests: invalid option -- d
7 ./getopt_nested.tests: invalid option -- d9 ./getopt_nested.tests: invalid option -- e11 ./getopt_nested.tests: invalid option -- f
2 ./getopt_optarg.tests: invalid option -- q5 ./getopt_optarg.tests: invalid option -- r8 ./getopt_optarg.tests: invalid option -- y
1 v='*.tests'2 [[ *.tests ]]; echo 1:YES:$?
20 static llist_t *tests = NULL; variable26 llist_add_to_end(&tests, test); in bbunit_registertest()43 struct bbunit_listelem* el = llist_pop(&tests); in unit_main()
6 ./mode_x.tests: line 10: this=command: not found10 ./mode_x.tests: line 14: if: not found
6 The old way was "lots of little tests files in a directory", which8 format is command.tests files that use testing.sh.10 Every busybox applet needs a corresponding applet.tests.19 Some tests need root access.
8 Building unit tests11 The framework and all tests are built as a regular Busybox applet if option49 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.