index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
regression
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Add a test for a fairly obscure case with aliases.
jilles
2011-07-16
1
-0
/
+6
*
posix_spawn: If an error is detected in the child process, reap the zombie.
jilles
2011-07-10
2
-1
/
+91
*
Clarify the meaning of a test.
jonathan
2011-07-08
2
-4
/
+4
*
Ensure that kqueue is not inherited across fork().
jonathan
2011-07-07
3
-6
/
+21
*
sh: Test that '!' is literal if quoted and first char of bracket expression
jilles
2011-06-25
1
-0
/
+16
*
sh: Add test for r223282.
jilles
2011-06-19
1
-0
/
+6
*
sh: Add case statement fallthrough (with ';&' instead of ';;').
jilles
2011-06-17
1
-0
/
+39
*
sh: Skip variables with invalid names in "set", "export -p", "readonly -p".
jilles
2011-06-17
2
-0
/
+6
*
sh: Reduce unnecessary forks with eval.
jilles
2011-06-16
1
-0
/
+5
*
sh: Add support for named character classes in bracket expressions.
jilles
2011-06-15
1
-0
/
+32
*
sh: Add test for LC_COLLATE-based character ranges in case.
jilles
2011-06-12
1
-0
/
+24
*
sh: Add test for case pattern matching with iso-8859-1 charset.
jilles
2011-06-12
1
-0
/
+52
*
sh: Do parameter expansion on ENV before using it.
jilles
2011-06-10
1
-0
/
+11
*
sh: Do parameter expansion before printing PS4 (set -x).
jilles
2011-06-09
1
-0
/
+9
*
sh: Add simple tests for set -x and PS4.
jilles
2011-06-08
2
-0
/
+17
*
sh: Fix $? in heredocs on simple commands.
jilles
2011-06-05
1
-0
/
+15
*
sh: Add already working testcases for $? in here-document.
jilles
2011-06-05
1
-0
/
+25
*
Add a very simple IPDIVERT test, which creates IP divert sockets and
rwatson
2011-06-04
2
-0
/
+177
*
sh: Reduce more needless differences between error messages.
jilles
2011-06-04
1
-1
/
+1
*
sh: Honour -n while processing -c string.
jilles
2011-06-04
1
-0
/
+3
*
sh: Add tests for -n flag. These already pass.
jilles
2011-06-03
3
-0
/
+16
*
sh: Add tests for some somewhat obscure aspects of function definitions.
jilles
2011-05-30
2
-0
/
+12
*
Upgrade jail(2) to latest jail(2) API to make the regression test work
bz
2011-05-30
1
-2
/
+9
*
Rework TIMEWAIT regression test so that kernel-allocated port numbers are
rwatson
2011-05-30
1
-39
/
+84
*
Add missing include of stdio.h.
rwatson
2011-05-30
1
-0
/
+1
*
In the tcpdrop regression test, allow the kernel to allocate us a port
rwatson
2011-05-30
1
-37
/
+44
*
Add missing #include of err.h.
rwatson
2011-05-30
1
-0
/
+1
*
sh: Add test for 'set +o'.
jilles
2011-05-29
1
-0
/
+32
*
printf: Allow multibyte characters for '<char> form, avoid negative codes.
jilles
2011-05-28
3
-1
/
+5
*
sh: Correct criterion for using CDPATH in cd.
jilles
2011-05-27
2
-0
/
+25
*
sh: Add simple CDPATH test.
jilles
2011-05-27
1
-0
/
+23
*
sh: Fix unquoted $@/$* if IFS=''.
jilles
2011-05-27
1
-0
/
+39
*
sh: Add test for r222173.
jilles
2011-05-22
1
-0
/
+12
*
sh: Expand aliases after assignments and redirections.
jilles
2011-05-21
2
-0
/
+10
*
sh: Add test for positional parameters with more than one digit.
jilles
2011-05-21
1
-0
/
+13
*
sh: Implement the cd -e flag proposed for the next POSIX issue.
jilles
2011-05-20
2
-0
/
+59
*
sh: Allow terminating a heredoc with a terminator at EOF without a newline.
jilles
2011-05-20
1
-0
/
+26
*
sh: Add tests for lines that look like heredoc delimiters but are not.
jilles
2011-05-14
2
-0
/
+107
*
sh: Add \u/\U support (in $'...') for UTF-8.
jilles
2011-05-08
2
-0
/
+18
*
sh: Add UTF-8 support to pattern matching.
jilles
2011-05-08
2
-0
/
+132
*
sh: Add UTF-8 support to ${#var}.
jilles
2011-05-07
2
-0
/
+28
*
sh: Add $'quoting' (C-style escape sequences).
jilles
2011-05-05
9
-0
/
+100
*
sh: Apply set -u to variables in arithmetic.
jilles
2011-05-04
1
-0
/
+6
*
sh: Detect an error for ${#var<GARBAGE>}.
jilles
2011-05-04
2
-0
/
+3
*
Regression tests for Capsicum capability mode.
jonathan
2011-05-04
5
-0
/
+587
*
sh: Set $? to 0 for background commands.
jilles
2011-04-25
3
-0
/
+13
*
sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.
jilles
2011-04-23
3
-0
/
+46
*
Expand / correct newsyslog regression tests:
simon
2011-04-21
1
-9
/
+120
*
sh: Do not word split "${#parameter}".
jilles
2011-04-20
1
-0
/
+8
*
sh: Add test for bin/12137.
jilles
2011-04-15
1
-0
/
+27
[next]