Browse Source

Update expects

Jeremy Soller 7 years ago
parent
commit
7c13ec153e

+ 1 - 0
tests/.gitignore

@@ -36,4 +36,5 @@
 /string/strrchr
 /string/strspn
 /unlink
+/unlink.out
 /write

+ 2 - 2
tests/expected/alloc.stdout

@@ -1,2 +1,2 @@
-malloc 0x55ac6c472618
-calloc 0x55ac6c472618
+malloc 0x560fde600618
+calloc 0x560fde600618

+ 1 - 1
tests/expected/getid.stdout

@@ -1 +1 @@
-egid: 1000, euid: 1000, gid: 1000, pgid: 23916, pid: 23933, ppid 23918, uid 1000
+egid: 1000, euid: 1000, gid: 1000, pgid: 31979, pid: 32027, ppid 31982, uid 1000

+ 1 - 0
tests/expected/link.stderr

@@ -0,0 +1 @@
+link: File exists

+ 0 - 0
tests/expected/mem.stderr


+ 3 - 0
tests/expected/mem.stdout

@@ -0,0 +1,3 @@
+# mem #
+Correct memchr
+Correct memccpy

+ 0 - 0
tests/expected/setid.stderr


+ 3 - 0
tests/expected/setid.stdout

@@ -0,0 +1,3 @@
+32050 belongs to process group 32050
+32050 has egid 1000 and gid 1000
+32050 has euid 1000 and uid 1000

+ 3 - 0
tests/expected/sleep.stderr

@@ -0,0 +1,3 @@
+sleep: Success
+usleep: Success
+nanosleep: Success

+ 0 - 0
tests/expected/sleep.stdout


+ 0 - 0
tests/expected/sprintf.stderr


+ 0 - 0
tests/expected/sprintf.stdout


+ 0 - 0
tests/expected/stdlib/a64l.stderr


+ 2 - 0
tests/expected/stdlib/a64l.stdout

@@ -0,0 +1,2 @@
+Correct a64l: azAZ9. = 194301926
+Correct a64l: azA = 53222

+ 0 - 0
tests/expected/stdlib/strtol.stderr


+ 12 - 0
tests/expected/stdlib/strtol.stdout

@@ -0,0 +1,12 @@
+-42
+555
+1234567890
+-42
+555
+1234567890
+38acf
+abcdef12
+731
+731
+0
+0

+ 0 - 0
tests/expected/string/strchr.stderr


+ 3 - 0
tests/expected/string/strchr.stdout

@@ -0,0 +1,3 @@
+ello
+ld
+

+ 0 - 0
tests/expected/string/strcspn.stderr


+ 2 - 0
tests/expected/string/strcspn.stdout

@@ -0,0 +1,2 @@
+2
+6

+ 0 - 0
tests/expected/string/strncmp.stderr


+ 6 - 0
tests/expected/string/strncmp.stdout

@@ -0,0 +1,6 @@
+-97
+-195
+1
+-255
+-2
+0

+ 0 - 0
tests/expected/string/strrchr.stderr


+ 1 - 0
tests/expected/string/strrchr.stdout

@@ -0,0 +1 @@
+strrch PASS, exiting with status code 0

+ 0 - 0
tests/expected/string/strspn.stderr


+ 3 - 0
tests/expected/string/strspn.stdout

@@ -0,0 +1,3 @@
+5
+1
+0

+ 1 - 0
tests/expected/unlink.stderr

@@ -0,0 +1 @@
+unlink: File exists

+ 0 - 0
tests/expected/unlink.stdout