0 | pass | pass | echo keyword |
1 | pass | pass | if/else |
2 | pass | pass | Turn an array into an integer. |
3 | pass | pass | assign readonly -- one line |
4 | pass | pass | assign readonly -- multiple lines |
5 | pass | pass | assign readonly -- multiple lines -- set -o posix |
6 | pass | pass | unset readonly -- one line |
7 | pass | pass | unset readonly -- multiple lines |
8 | pass | pass | First word like foo$x() and foo$[1+2] (regression) |
9 | pass | pass | Function names |
10 | ok | ok | file with NUL byte |
| details | details | |
11 | pass | pass | fastlex: PS1 format string that's incomplete / with NUL byte |
12 | pass | pass | 'echo' and printf fail on writing to full disk |
13 | pass | pass | other builtins fail on writing to full disk |
14 | pass | pass | subshell while running a script (regression) |
15 | pass | pass | for loop (issue #1446) |
16 | pass | pass | for loop 2 (issue #1446) |
17 | pass | pass | autoconf word split (#1449) |
18 | pass | pass | autoconf arithmetic - relaxed eval_unsafe_arith (#1450) |
19 | pass | pass | command execution $(echo 42 | tee PWNED) not allowed |
20 | pass | pass | process sub <(echo 42 | tee PWNED) not allowed |
21 | pass | pass | unset doesn't allow command execution |
22 | pass | pass | printf integer size bug |
23 | pass | pass | (( status bug |
24 | pass | pass | autotools as_fn_arith bug in configure |