瀏覽代碼

Add more expected files

Jeremy Soller 6 年之前
父節點
當前提交
2e3eda4612

+ 0 - 0
tests/expected/asctime.stderr


+ 0 - 0
tests/expected/asctime.stdout


+ 0 - 0
tests/expected/getc_unget.stderr


+ 1 - 0
tests/expected/getc_unget.stdout

@@ -0,0 +1 @@
+Worked!

+ 0 - 0
tests/expected/getid.stderr


+ 1 - 0
tests/expected/getid.stdout

@@ -0,0 +1 @@
+egid: 1000, euid: 1000, gid: 1000, pgid: 9363, pid: 10165, ppid 10121, uid 1000

+ 0 - 0
tests/expected/gmtime.stderr


+ 0 - 0
tests/expected/gmtime.stdout


+ 1 - 1
tests/expected/link.stderr

@@ -1 +1 @@
-link: File exists
+link: Success

+ 0 - 0
tests/expected/rename.stderr


+ 0 - 0
tests/expected/rename.stdout


+ 0 - 0
tests/expected/stdio/all.stderr


+ 3 - 0
tests/expected/stdio/all.stdout

@@ -0,0 +1,3 @@
+H
+Hello World!
+

+ 0 - 0
tests/expected/stdio/freopen.stderr


+ 1 - 0
tests/expected/stdio/freopen.stdout

@@ -0,0 +1 @@
+Hello 

+ 0 - 0
tests/expected/stdio/fwrite.stderr


+ 0 - 0
tests/expected/stdio/fwrite.stdout


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


+ 3 - 0
tests/expected/stdlib/bsearch.stdout

@@ -0,0 +1,3 @@
+0x7ffd837cb514
+0x7ffd837cb518
+PASS bsearch

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


+ 1 - 0
tests/expected/stdlib/mktemp.stdout

@@ -0,0 +1 @@
+tempXXsTJ4p

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


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

@@ -0,0 +1,2 @@
+67141780
+201425341

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


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

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

+ 3 - 0
tests/expected/time.stderr

@@ -0,0 +1,3 @@
+clock_gettime: Success
+time: Success
+clock: Success

+ 0 - 0
tests/expected/time.stdout


+ 1 - 1
tests/expected/unlink.stderr

@@ -1 +1 @@
-unlink: File exists
+unlink: Success

+ 0 - 0
tests/expected/waitpid.stderr


+ 0 - 0
tests/expected/waitpid.stdout