Searched refs:failed (Results 1 – 19 of 19) sorted by relevance
/coreutils/tests/nproc/ |
D | nproc-override.sh | 53 echo "[$OMP_THREAD_LIMIT] [$OMP_NUM_THREADS]" >> failed 56 test -e failed && fail=1
|
/coreutils/tests/ls/ |
D | ls-time.sh | 67 A basic test of touch -m has just failed, so the subsequent 85 A fundamental touch -a test has just failed, so the subsequent 112 failed ls ctime test -- this failure is expected at least for SunOS4.1.4
|
/coreutils/src/ |
D | wc.c | 87 int failed; member 346 if (0 < fstatus->failed) in wc() 347 fstatus->failed = fstat (fd, &fstatus->st); in wc() 352 if (! fstatus->failed && usable_st_size (&fstatus->st) in wc() 672 fstatus[0].failed = 1; in get_input_fstatus() 676 fstatus[i].failed = (! file[i] || STREQ (file[i], "-") in get_input_fstatus() 694 if (0 < nfiles && fstatus[0].failed <= 0) in compute_number_width() 700 if (! fstatus[i].failed) in compute_number_width() 912 fstatus[0].failed = 1; in main()
|
D | remove.c | 495 bool failed = false; in rm_fts() local 505 failed = true; in rm_fts() 510 if (failed || fts->fts_dev != statbuf.st_dev) in rm_fts() 512 if (! failed) in rm_fts()
|
/coreutils/tests/sort/ |
D | sort-stale-thread-mem.sh | 49 { fail=$?; echo iteration $i failed; Exit $fail; }
|
D | sort-debug-warn.sh | 122 sort: failed to set locale
|
/coreutils/tests/tail/ |
D | inotify-rotate.sh | 59 >k && >x || framework_failure_ failed to initialize files
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 39 or die "$ME: $log_file: failed to open for writing: $!"; 43 or die "$ME: $log_file: failed to rewrite: $!\n"; 54 and die "$ME: $log_file: the editor ($editor) failed, aborting\n"; 91 or return "failed to open for reading: $!";
|
/coreutils/tests/rm/ |
D | rm-readdir-fail.sh | 116 rm: traversal failed: dir
|
/coreutils/tests/touch/ |
D | empty-file.sh | 72 *** This test has just failed. That can happen when the test is run in an
|
/coreutils/tests/misc/ |
D | xattr.sh | 125 failed to set xattr of file $b_other
|
/coreutils/tests/install/ |
D | basic-1.sh | 134 ginstall: failed to access 'sub4/file_exists': Not a directory
|
/coreutils/tests/chgrp/ |
D | basic.sh | 105 *) echo $host_triplet: no-change chgrp failed to update ctime 1>&2;
|
/coreutils/tests/ |
D | init.sh | 204 test -z "$marginal_" && skip_ failed to find an adequate shell
|
D | local.mk | 644 tests/ls/stat-failed.sh \
|
/coreutils/tests/cp/ |
D | cp-a-selinux.sh | 171 cp: failed to set the security context of
|
/coreutils/ |
D | init.cfg | 508 but running '\''id -G'\'' either failed or found just one. If you really 642 skip_ '$CC -shared ... failed to build a shared lib'
|
D | NEWS | 7 cp, mv, and install no longer issue spurious diagnostics like "failed 54 Previously it would have failed with a "No such file or directory" error. 168 it failed to appropriately rename files being replaced. 243 Previously it may have aborted with a failed assertion in some cases. 1765 mount points. Previously it may have failed to output some mount points. 1777 install now removes the target file if the strip program failed for any 2613 du would abort with a failed assertion when two conditions are met: 3115 from a failed stat/lstat. For example ls -Lis now prints "?", not "0", 3260 truncate -s failed to skip all whitespace in the option argument in 4797 incorrect, as it failed to update the last-changed time and reset [all …]
|
/coreutils/doc/ |
D | coreutils.texi | 4204 failed the test. Otherwise, the file passes the test. 14036 the null string if the match failed or the subexpression did not
|