Moritz Grimm
c396866de6
Test recovery after excessively long lines
2015-06-02 22:35:43 +02:00
Moritz Grimm
fb7d3b4e38
Check args prior to allocating resources
2015-06-01 14:57:20 +02:00
Moritz Grimm
9d9bf9865c
Comment out a test that fails with -O0
...
This is a riddle for another day ...
2015-05-30 21:53:01 +02:00
Moritz Grimm
542a21b7ab
More playlist tests
2015-05-30 21:52:42 +02:00
Moritz Grimm
8d9f475e38
Simplify playlist_program()
2015-05-30 21:48:46 +02:00
Moritz Grimm
cf141edd52
Fix crash in error path
2015-05-28 16:12:38 +02:00
Moritz Grimm
2720521c71
Make bad-executable a real script that always "fails"
2015-05-28 14:15:49 +02:00
Moritz Grimm
40b7b33f7c
Further playlist test improvements
2015-05-28 14:10:42 +02:00
Moritz Grimm
8b42aff63d
Fix metadata.c includes (esp. for stat())
2015-05-28 14:09:13 +02:00
Moritz Grimm
d929bd65a7
Fix whitespace
2015-05-28 14:02:17 +02:00
Moritz Grimm
89afe51765
More playlist tests
2015-05-28 08:40:16 +02:00
Moritz Grimm
2b004da593
Relax "group writeable!" error for compatibility w/ recent Linux
2015-05-28 08:38:51 +02:00
Moritz Grimm
6422607b1f
Expect stat() availability
2015-05-28 08:37:49 +02:00
Moritz Grimm
715be8094b
Switch to clock_gettime(CLOCK_MONOTONIC)
2015-05-28 00:10:52 +02:00
Moritz Grimm
122728aaa2
Test playlist
2015-05-27 23:37:26 +02:00
Moritz Grimm
aab0afaa82
Fix media type handing wrt playlists
...
This was a regression introduced by the cfg refactor
2015-05-27 00:27:08 +02:00
Moritz Grimm
74dce6af5b
Remove unneeded functionality
2015-05-27 00:26:59 +02:00
Moritz Grimm
bf4150dcce
Make playlist_t a truly opaque type
...
... and don't initialize global values twice while here
2015-05-26 23:40:48 +02:00
Moritz Grimm
e3f43db0c9
Add playlist test harness
2015-05-26 14:31:43 +02:00
Moritz Grimm
7a4c7291da
Fix log level
2015-05-26 14:22:56 +02:00
Moritz Grimm
715d840718
Finish cmdline tests
2015-05-26 14:15:11 +02:00
Moritz Grimm
e05629e7fd
Explicitly pass unsigned long to alloc functions
...
This is just to squelch Wconversion warnings on older GCC, making the
build output easier to read. No functional change.
2015-05-26 08:04:04 +02:00
Moritz Grimm
5548971fe3
More tests for cmdline
2015-05-26 07:47:07 +02:00
Moritz Grimm
9ffc726ad7
Start to test cmdline
2015-05-24 20:57:27 +02:00
Moritz Grimm
111f219f17
Test xalloc (as much as possible)
2015-05-24 13:20:26 +02:00
Moritz Grimm
459eeea2a2
Adjust test-suite/-case names
2015-05-24 11:33:24 +02:00
Moritz Grimm
8357b854d8
Test log
2015-05-24 11:29:42 +02:00
Moritz Grimm
b4fe40532a
Simplify log_syserr() (no need to be thread-safe)
...
Using strerror_r() w/ proper error checking is impossible, if the
system uses GNUisms (and losing _GNU_SOURCE's extensions is equally
painful)
Also, this change probably fixes a "abort() instead of error" bug.
2015-05-24 11:26:04 +02:00
Moritz Grimm
4c6a879303
Make log testable: return true value when something was logged
2015-05-24 09:05:40 +02:00
Moritz Grimm
2016cb5012
Revert "Comment out/remove HTTPS-related documentation and examples"
...
This reverts commit 2ccc72c963
.
2015-05-23 09:53:03 +02:00
Moritz Grimm
2ccc72c963
Comment out/remove HTTPS-related documentation and examples
...
... to be reverted when HTTPS is officially supported with the corresponding
libshout release.
2015-05-22 22:42:50 +02:00
Moritz Grimm
b920aadd70
Error string argument is no longer used
2015-05-22 22:34:48 +02:00
Moritz Grimm
d93f313f97
Attempt to parallel-build coverage reports
2015-05-22 08:13:48 +02:00
Moritz Grimm
9c56f4a8db
Add another code branch to the metadata/format_str test case
2015-05-22 08:09:43 +02:00
Moritz Grimm
a83e6cc577
Allow coverage report gen to crash more easily with full stack protection
2015-05-22 08:08:49 +02:00
Moritz Grimm
a22a99a19f
Remove config-ok.xml (effectively replaced by all examples)
2015-05-22 07:49:05 +02:00
Moritz Grimm
65200182f9
Split out tests for cfg_xmlfile.c and use it to check the examples
2015-05-22 00:40:21 +02:00
Moritz Grimm
d71886a0e6
Add a video streaming example
2015-05-22 00:27:52 +02:00
Moritz Grimm
c304dfe48a
Support passthrough "encoders" again
2015-05-22 00:20:54 +02:00
Moritz Grimm
b8ea620f7a
Default to port 8000
2015-05-22 00:19:57 +02:00
Moritz Grimm
f7a700efe9
Replace examples with fewer, more concise ones
2015-05-21 23:32:55 +02:00
Moritz Grimm
2bc4cedbb0
Make oggdec output correctly signed RAW audio
...
Newer oggdec seems to have inverted the -e setting, as compared to the
old examples from a few years ago.
2015-05-21 23:30:51 +02:00
Moritz Grimm
34bdab6a36
Fix cfg_get_metadata_program() and add tests when NULL is expected from getters
2015-05-21 23:25:05 +02:00
Moritz Grimm
fb9c44f7fa
Update new example so that it can theoretically work
2015-05-21 18:50:22 +02:00
Moritz Grimm
404b03fa60
Fix format_str default
2015-05-21 18:41:07 +02:00
Moritz Grimm
e2139e9195
Remove check_ezstream dummy; it doesn't do anything useful, yet
...
... and ezstream.c is probably the most untestable file right now anyways.
2015-05-21 08:34:30 +02:00
Moritz Grimm
dd2f32665a
Add remaining tests that make cfg tests "good enough"
2015-05-21 01:28:07 +02:00
Moritz Grimm
6c6e758626
Fix variable name inside test macro
2015-05-21 01:27:28 +02:00
Moritz Grimm
5350b3be79
Fix signedness in comparison
2015-05-21 01:25:07 +02:00
Moritz Grimm
dcb5303b4b
Consistently set errstrp
2015-05-21 01:24:09 +02:00