fish-shell/tests/checks
ridiculousfish 1c5b1ff5c2 Correct a race condition in pipeline-pgroup test
This test launches two background processes and is sensitive to
interleaving of output. Fix it so that newlines are not output by
the background process.

Hopefully this fixes the flakiness of this test.
2020-03-02 14:00:57 -08:00
..
broken-config/fish Port config tests to littlecheck 2019-06-25 22:31:06 +02:00
abbr.fish Unexpand abbreviations' variable names before completing them 2019-10-06 14:42:42 +02:00
alias.fish alias: Use read --tokenize 2019-12-01 18:14:26 +01:00
andandoror.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
andor.fish Port test8 to littlecheck 2020-02-08 15:55:10 +01:00
argparse.fish Port fish_opt tests to littlecheck 2020-02-08 12:34:43 +01:00
bad-option.fish Fix typo in bad options test 2020-02-08 13:30:48 +01:00
bind.fish Port bind tests to littlecheck 2019-06-26 21:19:40 +02:00
braces.fish Retain leading spaces in non-expanding braces 2020-02-04 11:49:12 -08:00
broken-config.fish Port config tests to littlecheck 2019-06-25 22:31:06 +02:00
builtinbuiltin.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
caller-observer.fish Fix up --on-job-exit caller 2020-02-08 16:23:25 -08:00
cd.fish Tests: Don't remove a parent of $PWD 2020-01-30 17:34:48 +01:00
check-all-fish-files.fish Add check to test all fish files with -n 2020-02-26 19:15:50 +01:00
cmdsub-limit.fish Rationalize $status and errors 2020-01-25 17:28:41 -08:00
colon-delimited-var.fish Clean up how PATH and CDPATH munging occurs 2019-11-02 16:48:08 -07:00
command-1.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
command-2.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
command-vars-persist.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
complete_directories.fish Port complete_directories test to littlecheck 2020-02-08 09:48:41 +01:00
complete.fish Port "test6" to littlecheck 2020-02-08 10:55:59 +01:00
contains_opt.fish Port contains_opt test to littlecheck 2020-02-08 09:51:52 +01:00
count.fish Port count test to littlecheck 2019-06-26 21:19:40 +02:00
deep-cmdsub.fish Add a test for deep command substitutions 2020-01-18 11:50:50 -08:00
directory-redirect.fish Fix tests 2020-01-19 15:07:06 +01:00
disown-parent.fish Add a tricky test to verify disowning an in-flight job 2019-12-08 11:44:21 -08:00
empty.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
env.fish Correctly mark a node when erasing an exported variable 2019-06-28 11:22:49 -07:00
eval.fish Rationalize $status and errors 2020-01-25 17:28:41 -08:00
exec.fish Port some small tests to littlecheck 2020-02-08 10:38:11 +01:00
exit-status-with-closing-stderr.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
expansion.fish Port parameter_expansion test to littlecheck 2020-02-08 11:16:53 +01:00
fds.fish Correctly handle "self fd redirections" 2019-12-13 16:51:49 -08:00
features-nocaret1.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
features-nocaret2.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
features-nocaret3.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
features-nocaret4.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
features-nocaret5.fish Readd ^&1 redirection 2020-02-14 20:28:46 +01:00
features-qmark1.fish Port qmark1 test to littlecheck 2019-06-25 22:31:06 +02:00
features-qmark2.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
features-string-backslashes-off.fish tests, CHANGELOG: regex-easyesc 2019-08-13 22:56:31 -07:00
features-string-backslashes.fish tests, CHANGELOG: regex-easyesc 2019-08-13 22:56:31 -07:00
for.fish Don't overwrite unrelated variables with for-loop-variables 2020-01-08 09:10:14 +01:00
function-definition.fish Properly print leading comments and indentation in functions 2020-01-03 14:40:28 -08:00
function.fish Port function.in test to littlecheck 2020-02-07 20:41:01 +01:00
functions.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
history.fish Port history tests to littlecheck 2020-02-07 20:53:20 +01:00
init-command-2.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
init-command-mix-ordering.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
init-command-mix.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
init-command.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
init-unreadable-cwd.fish Ignore unreadable cwd error harder 2020-02-14 20:09:07 +01:00
interactive.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
invocation.fish Rationalize $status and errors 2020-01-25 17:28:41 -08:00
job-control-noninteractive.fish Improve support for job control in non-interactive scenarios 2020-01-30 15:18:10 -08:00
job-ids.fish tests/job-ids: Wait for job to die 2020-01-25 14:06:34 +01:00
jobs.fish Port jobs test to littlecheck 2020-02-08 09:47:14 +01:00
line-continuation.fish Port line-continuation test to littlecheck 2020-02-08 09:31:49 +01:00
line-number.fish Fix line numbers in functions 2019-11-26 18:12:24 +01:00
locale.fish Replace references to ".../test/root/bin/fish" in the checks 2020-02-08 11:06:36 +01:00
login-interactive.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
login.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
loops.fish Port a part of test1 to littlecheck 2020-02-08 17:49:02 +01:00
math.fish math: Complain about unknown *function*, not *variable* 2020-02-07 17:43:22 +01:00
no-execute.fish Don't time --no-execute 2020-02-17 11:39:53 +01:00
no-login-no-interactive.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
pipeline-pgroup.fish Correct a race condition in pipeline-pgroup test 2020-03-02 14:00:57 -08:00
pipestatus.fish tests/pipestatus: Allow for command false to return 255 2020-02-12 22:02:32 +01:00
printf.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
psub.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
random.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
rc-returned.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
read.fish Fix tests for 91fcb8c42c 2020-02-29 10:48:19 +01:00
realpath.fish Force symlink creation in realpath tests 2019-12-18 12:31:24 -06:00
redirect.fish Reallow "2>>&1" as a redirection 2020-02-17 08:57:41 +01:00
scoping.fish Port "test4" to littlecheck 2020-02-08 15:54:58 +01:00
self-signal-usr1.fish Stop storing block_io in job_t 2019-12-11 16:34:20 -08:00
set.fish Update exports when an exported universal variable changes 2020-02-16 18:51:19 +01:00
setenv.fish Port setenv tests to littlecheck 2019-07-09 10:02:50 -07:00
sigint.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
sigint2.fish Migrate a test from C++ to littlecheck 2020-01-26 20:59:08 -08:00
signal.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
slices.fish Allow to omit indices in index range expansions 2020-02-10 18:38:01 +01:00
stack-overflow.fish Remove the forbidden function stack 2019-11-10 12:36:46 -08:00
status-command.fish Add a test for some 'status' subcommands 2020-01-25 14:10:45 -08:00
status-value.fish Rationalize $status and errors 2020-01-25 17:28:41 -08:00
status.fish fixup test 2020-02-24 00:21:23 +01:00
string.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
switch.fish Port "test5" to littlecheck 2020-02-08 10:53:50 +01:00
test.fish test: Reject nan/inf instead of crashing 2020-02-26 16:43:12 +01:00
threads.fish Test using more than 64 threads 2020-01-18 10:43:59 +01:00
time.fish List time as builtin, support time --help 2020-02-23 23:42:57 +01:00
trace.fish Add support for fish_trace variable to trace execution 2019-11-02 14:40:57 -07:00
variable-assignment.fish use variable assignments on commandline in completions 2020-01-17 14:53:35 +01:00
vars_as_commands.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00
version.fish Port most of the invocation tests to littlecheck 2019-06-25 20:56:29 +02:00
wildcard.fish Return glob ordering to pre-3.1 state 2020-02-14 19:06:19 +01:00
wraps.fish Amend typos and grammar errors 2019-11-25 13:07:15 +01:00
zero_based_array.fish Port some smaller tests to littlecheck 2020-02-08 09:31:49 +01:00