mirror of
https://github.com/facebook/zstd.git
synced 2025-09-11 11:51:02 +03:00
Basic tests for (de)compressing in the following modes: * file to file * file to stdout * stdin to file * stdin to stdout These are basic tests, and aren't testing more advanced scenarios, but it adds the groundwork for more complex tests as needed. Fixes #3010.
21 lines
626 B
Plaintext
21 lines
626 B
Plaintext
Trace:FileStat: > UTIL_isConsole(0)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isConsole(1)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_getFileSize(/*stdin*\)
|
|
Trace:FileStat: > UTIL_stat(/*stdin*\)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: < -1
|
|
Trace:FileStat: > UTIL_isDirectory(/*stdin*\)
|
|
Trace:FileStat: > UTIL_stat(/*stdin*\)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isRegularFile(/*stdout*\)
|
|
Trace:FileStat: > UTIL_stat(/*stdout*\)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_getFileSize(/*stdin*\)
|
|
Trace:FileStat: > UTIL_stat(/*stdin*\)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: < -1
|