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.
31 lines
892 B
Plaintext
31 lines
892 B
Plaintext
Trace:FileStat: > UTIL_isLink(file.zst)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isConsole(1)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isConsole(2)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isDirectory(file.zst)
|
|
Trace:FileStat: > UTIL_stat(file.zst)
|
|
Trace:FileStat: < 1
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_stat(file.zst)
|
|
Trace:FileStat: < 1
|
|
Trace:FileStat: > UTIL_stat(file.zst)
|
|
Trace:FileStat: < 1
|
|
Trace:FileStat: > UTIL_isSameFile(file.zst, file)
|
|
Trace:FileStat: > UTIL_stat(file.zst)
|
|
Trace:FileStat: < 1
|
|
Trace:FileStat: > UTIL_stat(file)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isRegularFile(file)
|
|
Trace:FileStat: > UTIL_stat(file)
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: < 0
|
|
Trace:FileStat: > UTIL_isRegularFile(file)
|
|
Trace:FileStat: > UTIL_stat(file)
|
|
Trace:FileStat: < 1
|
|
Trace:FileStat: < 1
|
|
Trace:FileStat: > UTIL_utime(file)
|
|
Trace:FileStat: < 0
|