Commit Graph

537 Commits

Author SHA1 Message Date
Erik de Castro Lopo
bbfd5150da tests/chunk_test.c : Fix error message. 2012-01-09 22:25:59 +11:00
Erik de Castro Lopo
6f26709560 Test CAF files with custom chunks. 2012-01-05 18:11:15 +11:00
Erik de Castro Lopo
5eb6df461f tests/test_wrapper.sh.in : Extent chunk_test to WAV. 2011-12-31 23:16:59 +11:00
Erik de Castro Lopo
03ca17d444 tests/chunk_test.c : Add WAVEX and RIFX tests. 2011-12-31 23:07:49 +11:00
Erik de Castro Lopo
4cde8e30f4 Add new test for custom chunks. 2011-12-31 20:04:06 +11:00
Erik de Castro Lopo
6e2f0b340d tests/ : Minor cleanups. 2011-12-19 20:40:08 +11:00
Erik de Castro Lopo
952d4e4cd7 Fix compiler warnings with latest MinGW cross compiler. 2011-10-28 19:15:22 +11:00
Erik de Castro Lopo
3dd9bc6d21 tests/write_read_test.tpl : Remove un-needed windows only truncate() implementation. 2011-10-06 21:23:53 +11:00
Erik de Castro Lopo
835f31e8de tests/write_read_test.tpl : Add tests for 32 bit PCM SD2 files. 2011-09-04 13:47:55 +10:00
Erik de Castro Lopo
24fac32d57 Add 'checkprograms' Make target. 2011-07-07 19:47:51 +10:00
Erik de Castro Lopo
603f0fb519 tests/utils.tpl : Clean up use of memset. 2011-07-06 20:12:10 +10:00
Erik de Castro Lopo
a121ba7963 tests/format_check_test.c : Fix compiler warnings. 2011-07-05 19:37:09 +10:00
Erik de Castro Lopo
caa74f89bb tests/test_wrapper.sh.in : Fix for ENABLE_EXPERIMENTAL_CODE mode. 2011-07-04 21:47:02 +10:00
Erik de Castro Lopo
58780bc2d4 tests/format_check_test.c : Add a test to for SF_FINFO format field validation. 2011-07-04 19:36:59 +10:00
Erik de Castro Lopo
b16c4a98d7 */Makefile.am : Use check_PROGRAMS instead of noinst_PROGRAMS where appropriate. 2011-05-18 06:34:39 +10:00
Erik de Castro Lopo
837e348993 tests/format_check_test.c : Fix segfault. 2011-05-01 02:42:30 +10:00
Erik de Castro Lopo
4d13639134 tests/format_check_test.c : Fix '==' where there should have been a '='. 2011-04-29 06:37:20 +10:00
Erik de Castro Lopo
d01c3c090a Hook new test program into build and test runner. 2011-04-25 20:07:36 +10:00
Erik de Castro Lopo
f27916e62a tests/format_check_test.c : New test program. 2011-04-25 20:05:45 +10:00
Erik de Castro Lopo
9b8d1e0f2f Fix a bunch of compiler warnings with gcc-4.6. 2011-03-28 18:43:05 +11:00
Erik de Castro Lopo
4f143688e7 tests/string_test.c : Add test for SF_STR_SOFTWARE segfault bug. 2011-03-25 19:13:51 +11:00
Erik de Castro Lopo
44594192ce tests/utils.tpl : Add NOT macro to util.h. 2011-03-25 18:58:12 +11:00
Erik de Castro Lopo
3345ba66f1 tests/cpp_test.cc : Fix a broken test (test segfaults). 2011-03-22 22:46:25 +11:00
Erik de Castro Lopo
86bf88790f tests/Makefile.am : Link lib to win32_test so testuite tarball works. 2011-03-22 09:41:04 +11:00
Erik de Castro Lopo
e0c6b3038c tests/test_wrapper.sh.in : Don't run cpp_test.exe when compiled with w64 compiler. 2011-03-21 09:12:40 +11:00
Erik de Castro Lopo
6b032a1b5f tests/utils.tpl : Move sf_info_(clear|setup) inside #ifdef SNDFILE_H. 2011-03-18 18:27:22 +11:00
Erik de Castro Lopo
912f139ed9 tests/(alaw|dwvw|ulaw)_test.c : Use functions sf_info_clear() and sf_info_setup(). 2011-03-15 22:10:10 +11:00
Erik de Castro Lopo
869a4d4e94 tests/utils.tpl : Add static inline functions sf_info_clear() and sf_info_setup(). 2011-03-15 20:37:58 +11:00
Erik de Castro Lopo
15b63dfca8 tests/cpp_test.cc : Add test for LPCWSTR version of the SndfileHandle constructor. 2011-01-27 20:51:09 +11:00
Erik de Castro Lopo
f209698448 Update copyright dates. 2011-01-19 21:36:56 +11:00
Erik de Castro Lopo
41c36ef340 tests/cpp_test.cc : Add tests for two new methods. Also supplied by Tim Blechmann. 2010-12-01 19:44:17 +11:00
Erik de Castro Lopo
5f5bbb50d4 tests/string_test.c : Add tests for SF_STR_GENRE and SF_STR_TRACKNUMBER. 2010-10-12 20:26:34 +11:00
Erik de Castro Lopo
9286b2c335 tests/pedantic-header-test.sh.in : Handle unusual values of CC environment variable. 2010-10-09 16:44:33 +11:00
Erik de Castro Lopo
c114f21ecf Makefile.am : Add *~ to CLEANFILES. 2010-10-06 22:16:41 +11:00
Erik de Castro Lopo
fe08ea435f tests/ : Whitespace fixes. 2010-10-04 22:25:33 +11:00
Erik de Castro Lopo
229e66bfb0 Tweak SF_BROADCAST_INFO tests. 2010-10-03 20:48:43 +11:00
Erik de Castro Lopo
d3d2b397f0 tests/pedantic-header-test.sh.in : Exit 0 if the source file isn't present. 2010-09-30 07:46:49 +10:00
Erik de Castro Lopo
9fc3c09c85 tests/write_read_test.tpl : Don't allow SDS files to have a long frame count. 2010-09-29 20:41:03 +10:00
Erik de Castro Lopo
8deeb575a8 Fix a bunch of minor issues found using static analysis. 2010-09-10 18:33:27 +10:00
Erik de Castro Lopo
a5bec997a2 tests/pedantic-header-test.sh.in : Fix out of tree builds. 2010-04-25 08:57:01 +10:00
Erik de Castro Lopo
fac9e4a9d7 tests/pedantic-header-test.sh.in : Fix 'make distcheck'. 2010-04-23 21:46:00 +10:00
Erik de Castro Lopo
79eb5e5102 tests/pedantic-header-test.sh.in : Make it work when doing 'make distcheck'. 2010-04-21 19:13:51 +10:00
Erik de Castro Lopo
57dc07f947 tests/sfversion.c : Remove cruft. 2010-04-21 19:13:23 +10:00
Erik de Castro Lopo
1b5335b0ff tests/*.sh.in : Add copyright notices. 2010-04-21 18:25:30 +10:00
Erik de Castro Lopo
66f6e6cae7 Hook pedantic-header-test into test suite. 2010-04-21 18:17:45 +10:00
Erik de Castro Lopo
d1484cf543 tests/pedantic-header-test.sh.in : New file to test whether sndfile.h can be compiled with gcc's -pedantic flag. 2010-04-21 18:13:26 +10:00
Erik de Castro Lopo
b7f1dde2d6 tests/test_wrapper.sh.in : Add rdwr_test to the test wrapper script. 2010-02-28 14:14:23 +11:00
Erik de Castro Lopo
0d4302b0ef tests/rdwr_test.(def|tpl) : Add new test program and hook into build. 2010-02-28 13:52:11 +11:00
Erik de Castro Lopo
08346be458 tests/utils.tpl : Add functions test_read_raw_or_die and test_write_raw_or_die. 2010-02-28 13:23:56 +11:00
Erik de Castro Lopo
66e72fb912 Disable pipe_test if pipe() and waitpid() aren't available. 2009-12-28 08:23:47 +11:00
Erik de Castro Lopo
ea62c5083d Merge from -dev. 2009-12-11 05:48:36 +11:00
Erik de Castro Lopo
ea3e2a2bc9 tests/error_test.c : Don't terminate when sf_close() returns zero in error_close_test(). 2009-12-08 21:29:42 +11:00
Erik de Castro Lopo
3083d46d8b tests/win32_test.c : Add a new test. 2009-12-01 19:06:02 +11:00
Erik de Castro Lopo
a5438d79ac tests/multi_file_test.c : Fix file creation flags on windows. Thanks to Bruce Sharpe. 2009-12-01 18:08:29 +11:00
Erik de Castro Lopo
1a66b22ca0 Minor OS/2 tweaks as suggested by David Yeo. 2009-12-01 07:21:36 +11:00
Erik de Castro Lopo
29740441d1 tests/locale_test.c : Correct usage of ENABLE_SNDFILE_WINDOWS_PROTOTYPES. 2009-11-22 07:10:35 +11:00
Erik de Castro Lopo
40d5267f43 tests/virtual_io_test.c : Add a PAF/PCM_24 test and verify the file length is not negative immediately after openning the file for write. 2009-11-16 20:04:26 +11:00
Erik de Castro Lopo
197273486c Merge from -dev branch. 2009-10-18 21:16:32 +11:00
Erik de Castro Lopo
cbe9da2c7b tests/test_wrapper.sh.in : Don't run cpp_test on x86_64-w64-mingw32. 2009-10-05 12:14:15 +11:00
Erik de Castro Lopo
997740916f tests/utils.tpl : On windows, make sure the open() function doesn't get called with a third parameter of 0 which fails for no good reason. 2009-09-28 18:46:34 +10:00
Erik de Castro Lopo
6a6d088305 Update to allow all tests to be gathered up into a testsuite tarball and then be run using this script. 2009-09-27 11:50:12 +10:00
Erik de Castro Lopo
b206605beb tests/locale_test.c : Add a wchar_test() to test sf_wchar_open(). 2009-09-26 22:24:01 +10:00
Erik de Castro Lopo
8d505f0d5b tests/locale_test.c : Unlink file before changing back to old locale. 2009-09-25 21:14:46 +10:00
Erik de Castro Lopo
43f72b12cc tests/locale_test.c : Update to work with xx_XX.UTF-8 style locales. Refactoring. 2009-09-23 20:02:35 +10:00
Erik de Castro Lopo
37a36e7746 Remove WIN32 snprintf #define. 2009-09-19 20:30:58 +10:00
Erik de Castro Lopo
97ca21cd46 Run peak_chunk_test on CAF files. 2009-09-16 20:14:54 +10:00
Erik de Castro Lopo
661fa46a30 tests/win32_ordinal_test.c : Look for stuff in current directory as well. 2009-09-16 18:30:24 +10:00
Erik de Castro Lopo
f07916361d tests/test_wrapper.sh.in : Simplify tests. 2009-09-15 21:37:14 +10:00
Erik de Castro Lopo
3fdcfaac9e tests/command_test.c : Add a test for BEXT in RF64. 2009-08-30 12:14:50 +10:00
Erik de Castro Lopo
e0607620f0 Update channel map tests. 2009-05-27 20:49:54 +10:00
Erik de Castro Lopo
9642444462 tests/command_test.c : Update channel_map_test() function so WAV test passes. 2009-05-24 08:33:20 +10:00
Erik de Castro Lopo
5b2779996c tests/utils.tpl : Add check of sf_error to test_open_file_or_die(). 2009-04-12 21:38:59 +10:00
Erik de Castro Lopo
9380ad3f9e tests/stdin_test.c : Check psf->error after opening file. 2009-04-12 15:28:39 +10:00
Erik de Castro Lopo
b99995bef5 tests/ : Cleanup output. 2009-04-11 11:30:42 +10:00
Erik de Castro Lopo
12a46a4785 Bunch of minor fixes. 2009-03-24 19:58:48 +11:00
Erik de Castro Lopo
cf4859c221 tests/sfversion.c : Test function sf_version_string. 2009-03-17 14:11:18 +11:00
Erik de Castro Lopo
f2e1e833de tests/pcm_test.tpl : Improve output. 2009-03-17 03:09:10 +11:00
Erik de Castro Lopo
85c6b26122 tests/vorbis_test.c : Relax test slighly to allow test to pass on more CPUs etc. 2009-03-04 11:44:42 +11:00
Erik de Castro Lopo
56eea7e1e4 tests/win32_test.c : Fix resource leak. 2009-03-01 20:47:32 +11:00
Erik de Castro Lopo
c86546efd9 tests/win32_test.c : Don't use sprintf, even on windows. 2009-02-24 11:04:46 +11:00
Erik de Castro Lopo
7af1f475ce tests/win32_test.c : Add missing close on file descriptor. 2009-02-22 16:53:48 +11:00
Erik de Castro Lopo
d3f52ad480 tests/test_wrapper.sh.in : Add 'set -e' so the script exits on error. 2009-02-22 13:08:37 +11:00
Erik de Castro Lopo
12180c5bb3 tests/*.c : Don't include un-needed headers. 2009-02-22 12:39:48 +11:00
Erik de Castro Lopo
23d8864739 tests/Makefile.am : Replace all tests with a single invocation of the test wrapper script. 2009-02-11 09:31:54 +11:00
Erik de Castro Lopo
925b00fac0 Add file tests/test_wrapper.sh.in. 2009-02-11 09:31:16 +11:00
Erik de Castro Lopo
a38e0b105e Update copyright notices. 2009-02-07 15:20:17 +11:00
Erik de Castro Lopo
e9a1817530 tests/string_test.c : Add test for RDWR mode where the file ends up shorter than when it was opened. 2008-12-14 20:19:44 +11:00
Erik de Castro Lopo
e12ea8acfd tests/win32_ordinal_test.c : Update tests symbol file changes. 2008-11-14 21:46:37 +11:00
Erik de Castro Lopo
0c1e963eda tests/command_test.c : Add test to detect if coding history is truncated. 2008-10-28 06:56:16 +11:00
Erik de Castro Lopo
90dce5560a tests/command_test.c : Add broadcast_coding_history_size test. 2008-10-27 06:16:32 +11:00
Erik de Castro Lopo
5992144307 tests/error_test.c : Fix failure behaviour in error_number_test. 2008-10-26 20:19:25 +11:00
Erik de Castro Lopo
8b4361bb6b tests/command_test.c : Rearrange prototypes. 2008-10-26 17:04:21 +11:00
Erik de Castro Lopo
1bb50bd170 tests/Makefile.am : Automake 1.10 MinGW cross compiling fixes. 2008-10-20 23:05:09 +11:00
Erik de Castro Lopo
10ca1fd3d1 tests : Fix gcc-4.3 compiler warnings. 2008-10-19 16:06:42 +11:00
Erik de Castro Lopo
797f33196c tests/command_test.c : Fix valgrind test. 2008-10-19 16:01:10 +11:00
Erik de Castro Lopo
703b9bcc32 tests/Makefile.am : Disable string tests for RF64. 2008-10-14 10:06:10 +11:00
Erik de Castro Lopo
019dbf5056 Merge from -mdev branch. 2008-10-14 09:24:33 +11:00
Erik de Castro Lopo
2b01bc02f1 tests/command_test.c : Add test function instrument_rw_test, but don't hook it into the testing yet. 2008-10-13 20:07:19 +11:00
Erik de Castro Lopo
5b754eba25 tests/command_test.c : Fix false failure. 2008-10-10 06:50:10 +11:00
Erik de Castro Lopo
ca75132a34 tests/command_test.c : Improve error reporting when '\0' is found in coding history. 2008-10-10 06:05:28 +11:00
Erik de Castro Lopo
dcfdd7cbb4 Whitespace fixes. 2008-10-09 19:51:09 +11:00
Erik de Castro Lopo
8af5d534d6 tests/command_test.c : Add test to make sure all line endings are converted to \r\n. 2008-10-09 19:22:53 +11:00
Erik de Castro Lopo
1dcb1cac19 tests/command_test.c : Update bextch test to cope with previous change. 2008-10-08 21:18:59 +11:00
Erik de Castro Lopo
cc0c221e1d Add new checksum_test specifically for lossy compression of headerless files. 2008-10-05 15:05:26 +11:00
Erik de Castro Lopo
5f99d78bdb tests/utils.tpl tests/pcm_test.tpl : Update check_file_hash_or_die to use 64 bit hash. 2008-10-05 15:02:07 +11:00
Erik de Castro Lopo
abaa197683 Remove tests/cpp_crack_test.cc. 2008-10-04 13:07:27 +10:00
Erik de Castro Lopo
4a5db55371 tests/utils.tpl : Fix win64 issues. 2008-09-29 18:32:55 +10:00
Erik de Castro Lopo
7c08018650 tests/win32_ordinal_test.c : Fix calling of GetProcAddress with ordinal under win64. 2008-09-29 18:32:12 +10:00
Erik de Castro Lopo
8ed24c2c70 */Makefile.am : Clean paths. 2008-09-25 21:46:49 +10:00
Erik de Castro Lopo
188b96c9c3 Add string tests (not yet working). 2008-08-23 14:02:29 +10:00
Erik de Castro Lopo
7f51dea38e Add more RF64 tests. 2008-08-23 10:03:23 +10:00
Erik de Castro Lopo
57525e4ef5 tests/write_read_test.tpl : Add tests for RF64. 2008-08-23 09:53:52 +10:00
Erik de Castro Lopo
ca41f2649b tests/command_test.c : Add broadcast info test for WAVEX files. 2008-08-18 22:14:27 +10:00
Erik de Castro Lopo
f081b9539d tests/string_test.c : Add string tests for WAVEX and RIFX files. 2008-08-18 22:13:53 +10:00
Erik de Castro Lopo
3596e4f77c tests/utils.tpl : Make sure buffer is intialialized. 2008-08-18 21:53:16 +10:00
Erik de Castro Lopo
e78ae0b77b tests/string_test.c : Remove definition of static function libsndfile_str_count, which is no longer used. 2008-08-18 09:17:02 +10:00
Erik de Castro Lopo
ee05bdf1b5 tests/string_test.c : Polish string_multi_set_test. 2008-08-18 08:45:43 +10:00
Erik de Castro Lopo
278b206a88 tests/string_test.c : Add a new string_multi_set_test (currently failing). 2008-08-17 18:15:31 +10:00
Erik de Castro Lopo
904ccc26b5 tests/command_test.c : Add a new broadcast_rdwr_test (currently failing). 2008-08-17 12:27:54 +10:00
Erik de Castro Lopo
82f6b2db86 tests/string_test.c : Add a new string_rdwr_test (currently failing for WAV). 2008-08-17 12:06:35 +10:00
Erik de Castro Lopo
9189b62ec2 tests/utils.tpl : Add new function create_short_sndfile(). 2008-08-16 16:28:59 +10:00
Erik de Castro Lopo
1476a4bc5a tests/misc_test.c : Only run Ogg test if HAVE_EXTERNAL_LIBS is true. 2008-07-31 08:40:49 +10:00
Erik de Castro Lopo
65689d4169 tests/Makefile.am : Make sure to run mist_test on Ogg/Vorbis files. 2008-07-30 12:12:59 +10:00
Erik de Castro Lopo
6dff79f3b2 Fix segfault when closing an Ogg/Vorbis file that has been opened for write but had no actual data written to it. Add test. 2008-07-30 09:32:26 +10:00
Erik de Castro Lopo
2b7f4a1ecf tests/misc_test.c : Add a test for correct handling of Ambisonic files. 2008-07-03 20:29:42 +10:00
Erik de Castro Lopo
1b01b8f609 tests/floating_point_test.tpl : Fix for missing external libs. 2008-06-03 09:23:18 +10:00
Erik de Castro Lopo
7c39404d87 tests/external_libs_test.c : Add new test and hook into build and test suite. 2008-05-21 20:55:53 +10:00
Erik de Castro Lopo
a2ce5feb79 Fix tests when configured with --disable-external-libs. 2008-05-21 19:20:24 +10:00
Erik de Castro Lopo
f12da21e24 tests/command_test.c : Fix valgrind warning. 2008-05-21 15:58:51 +10:00
Erik de Castro Lopo
a0805fd3af tests/utils.tpl : Constify function dump_data_to_file. 2008-05-19 11:45:44 +10:00
Erik de Castro Lopo
7868688923 tests/utils.tpl : Improve output of print_test_name when filename is NULL or zero length. 2008-05-19 11:38:23 +10:00
Erik de Castro Lopo
fb20a83c26 tests/write_read_test.tpl : Fix signed/unsigned comparison warning. 2008-05-11 14:45:25 +10:00
Erik de Castro Lopo
d2045d958a tests/write_read_test.tpl : Add a test for extending a file during write by seeking past the current end of file. 2008-05-11 09:07:54 +10:00
Erik de Castro Lopo
3b05211ace Make sf_close return an error is the file descriptor is already closed. Add a test. Thanks to Dave Flogeras for the but report. 2008-04-27 18:33:46 +10:00
Erik de Castro Lopo
45cebc0170 tests/vorbis_test.c : Fix error message. 2008-04-27 18:29:31 +10:00
Erik de Castro Lopo
d3321b7fc0 Whitespace and C style cleanups. 2008-04-19 19:19:24 +10:00
Erik de Castro Lopo
4ee9007ff8 Merge in support for MPC 2000 files. 2008-04-19 19:14:05 +10:00
Erik de Castro Lopo
e48f1c7f4d Add tests for MPC 2000 file format. 2008-04-19 13:02:35 +10:00
Erik de Castro Lopo
ef033ccb8c tests : Always pass 0 as the third argument to open when OS_IS_WIN32. 2008-04-06 20:26:16 +10:00
Erik de Castro Lopo
6e98e65ca3 Merge from -mingw branch. 2008-04-06 17:22:20 +10:00
Erik de Castro Lopo
f18a084e2c tests/Makefile.am : When cross compiling from Linux to windows and running the test suite under Wine, create a symbolic link to the libsndfile DLL. 2008-04-06 16:26:46 +10:00
Erik de Castro Lopo
a5f5a3abee tests/*.c : Add calls to sf_close() where needed. 2008-04-06 16:24:39 +10:00
Erik de Castro Lopo
091d6ac84e Sync to mdev branch. 2008-04-06 08:41:08 +10:00
Erik de Castro Lopo
1741c196c2 More cleanup. 2008-04-05 21:23:03 +11:00
Erik de Castro Lopo
2e97a51cdd Clean out cruft. 2008-04-05 20:13:47 +11:00
Erik de Castro Lopo
9e94d2443c tests/locale_test.c : Disable some tests when OS_IS_WIN32. 2008-03-25 22:21:13 +11:00
Erik de Castro Lopo
900ff60b44 tests/peak_chunk_test.c : Improve read_write_peak_test to find more errors. 2008-01-27 13:45:21 +11:00
Erik de Castro Lopo
ac6d98ab26 tests/write_read_test.tpl : Minor tweaks. 2008-01-24 16:07:50 +11:00
Erik de Castro Lopo
12af3da5ca tests/aiff_rw_test.c : Fix error reporting. 2008-01-22 14:11:45 +11:00
Erik de Castro Lopo
36f9dbf765 tests/peak_chunk_test.c : Minor tweaks. 2008-01-21 09:20:58 +11:00
Erik de Castro Lopo
a7d411f19b tests/write_read_test.tpl : Fix reporting of errors in new_rdwr_XXXX_test. 2008-01-21 09:02:11 +11:00
Erik de Castro Lopo
17b3728602 tests/peak_chunk_test.c : Add Add test function read_write_peak_test which currently fails for both WAV and AIFF. 2008-01-20 21:03:22 +11:00
Erik de Castro Lopo
6e79c6c588 tests/command_test.c : More SFC_RAW_DATA_NEEDS_ENDSWAP tests. 2008-01-20 20:10:44 +11:00
Erik de Castro Lopo
b72f03928a Add command SFC_RAW_NEEDS_ENDSWAP with tests. 2008-01-20 19:19:12 +11:00
Erik de Castro Lopo
4226528123 tests/multi_file_test.c : Use function file_length_fd() instead of file_length() to overcome stupid win32 bug. Fscking hell Microsoft sucks so much. 2008-01-08 18:20:09 +11:00
Erik de Castro Lopo
ebf5effadd tests/Makefile.am : Run the multi_file_test on AU files. 2008-01-08 18:12:55 +11:00
Erik de Castro Lopo
9b2c327b1f tests/utils.tpl : Add function file_length_fd which wraps fstat. 2008-01-08 18:11:02 +11:00
Erik de Castro Lopo
28da8af2b1 tests/win32_test.c : Add another test. 2008-01-08 18:03:15 +11:00
Erik de Castro Lopo
c215c0fc85 Apply similar fix from writing float data to WAVEX files without a peak chunk. 2007-12-28 01:38:33 +11:00
Erik de Castro Lopo
a6f3f957c4 Apply similar fix from writing float data to AIFF files without a peak chunk. 2007-12-28 01:33:04 +11:00
Erik de Castro Lopo
33c4abb8d5 tests/header_test.tpl : Add header_shrink_test from Axel Roebel. 2007-12-28 01:25:13 +11:00
Erik de Castro Lopo
0585d347fe tests/ogg_test.c : Add stereo seek tests. 2007-12-16 19:12:42 +11:00
Erik de Castro Lopo
19f5d65794 tests/utils.(def|tpl) : Add compare_XXX_or_die functions. 2007-12-14 20:41:33 +11:00
Erik de Castro Lopo
93878894aa tests/Makefile.am : Fix dependancies. 2007-12-14 05:01:39 +11:00
Erik de Castro Lopo
c577c45baf tests/ogg_test.c : Small mods to ogg_seek_test. 2007-12-14 04:40:16 +11:00
Erik de Castro Lopo
7642800420 Add a test (currently failing) for stereo seeking on Ogg Vorbis files. 2007-12-14 04:37:27 +11:00
Erik de Castro Lopo
7dd52c0db8 tests/utils.tpl : Include <stdint.h>. 2007-12-08 09:28:59 +11:00
Erik de Castro Lopo
f1b4ef2174 Merge from -mdev. 2007-11-17 21:09:28 +11:00
Erik de Castro Lopo
ba0008bf9e Fix wav_pcm lossy_comp_test and run it by default in the test suite. 2007-11-17 18:57:22 +11:00
Erik de Castro Lopo
0e12f629df tests/lossy_comp_test.c : Remove more stupid casts. 2007-11-17 16:37:55 +11:00
Erik de Castro Lopo
4a59f446bb tests/lossy_comp_test.c : Fix test which did seek from end to 5 samples from start and then compared results. Problem was that test didn't use channel count. 2007-11-17 16:36:53 +11:00
Erik de Castro Lopo
a3ac5a2f87 tests/lossy_comp_test.c : More debug output improvements. 2007-11-17 16:08:39 +11:00
Erik de Castro Lopo
397c4513e0 tests/lossy_comp_test.c : Remove stupid and blatantly wrong casts. 2007-11-17 15:54:51 +11:00
Erik de Castro Lopo
3ae0a715f3 tests/lossy_comp_test.c : Rename raw_read_test() to read_raw_test(). 2007-11-17 15:42:17 +11:00
Erik de Castro Lopo
e81a508411 tests/lossy_comp_test.c : Add raw_read_test to check that raw reads do not go past the end of the audio data section. 2007-11-17 14:25:39 +11:00
Erik de Castro Lopo
e70aaed8f5 tests/lossy_comp_test.c : Clean up error output messages. 2007-11-17 14:22:12 +11:00
Erik de Castro Lopo
bef4583376 tests/command_test.c : Tweaks to version test. 2007-11-17 09:51:15 +11:00
Erik de Castro Lopo
a97e89d115 Improve handling of requirements for O_BINARY as suggested by Ed Schouten. 2007-11-12 19:55:30 +11:00
Erik de Castro Lopo
7fa264bbeb tests/floating_point_test.tpl : Fix signed/unsigned comparison warning. 2007-11-04 23:27:38 +11:00
Erik de Castro Lopo
a68879b66f Change SFC_SET_ENCODING_QUALITY to SFC_SET_VBR_ENCODING_QUALITY. 2007-11-04 15:39:12 +11:00
Erik de Castro Lopo
d813b2e344 tests/vorbis_test.c : Add trivial test of SFC_SET_ENCODING_QUALITY functionality. 2007-11-03 21:48:56 +11:00
Erik de Castro Lopo
e971368bd7 Add function file_length to utils.tpl and use it in multi_file_test.c. 2007-11-03 21:46:57 +11:00
Erik de Castro Lopo
473d8078d2 Merge from -mdev branch. 2007-11-03 17:49:53 +11:00
Erik de Castro Lopo
43a69d5143 tests/floating_point_test.tpl : Fix signed/unsigned comparison warning. 2007-11-03 16:07:17 +11:00
Erik de Castro Lopo
98f04e3ef3 Add tests for correct updating of broadcast WAV coding history. 2007-11-03 11:58:33 +11:00
Erik de Castro Lopo
f3249016df tests/utils.tpl : Increase the printing width for print_test_name(). 2007-11-03 11:57:42 +11:00
Erik de Castro Lopo
966c9cfbcb Merge from -mdev branch. 2007-10-28 22:10:39 +11:00
Erik de Castro Lopo
82ee6c7901 Move tests from open_fail_test.c to error_test.c and remove the former. 2007-10-23 06:33:35 +10:00
Erik de Castro Lopo
d7c919f121 Fix gcc-4.2 warning messages. 2007-10-22 23:02:11 +10:00
Erik de Castro Lopo
8c9d0101f1 tests/scale_clip_test.(def|tpl) : Add tests for SFC_SET_INT_FLOAT_WRITE command. 2007-10-22 19:48:17 +10:00
Erik de Castro Lopo
7c28ca3b10 tests/scale_clip_test.tpl : Start work on SFC_SET_SCALE_INT_FLOAT_WRITE tests. 2007-10-22 19:07:51 +10:00
Erik de Castro Lopo
d1a2a5bf83 tests/scale_clip_test.tpl : Rename some test functions. 2007-10-22 18:47:05 +10:00
Erik de Castro Lopo
eda374c4c0 Merge from -mdev branch. 2007-10-21 20:28:27 +10:00
Erik de Castro Lopo
fc54aad003 Add test for SFC_GET_CURRENT_SF_INFO. 2007-10-21 17:29:04 +10:00
Erik de Castro Lopo
0a2a698771 Merge from -mdev branch. 2007-10-16 21:54:39 +10:00
Erik de Castro Lopo
0131ec9394 Add two benchmark results for current version. 2007-09-12 21:51:44 +10:00
Erik de Castro Lopo
3f792033d5 Remove workarounds for vorbis x86-64 bug. 2007-09-01 18:21:44 +10:00
Erik de Castro Lopo
fac1cb5e08 tests/dft_cmp.c : Fix signed/unsigned compare warning. 2007-08-23 21:14:09 +10:00
Erik de Castro Lopo
dbf67a9d9c More vorbis bug workarounds in the test suite. 2007-08-22 21:30:58 +10:00
Erik de Castro Lopo
add9190907 tests/floating_point_test.tpl : Add workaround to make vorbis test work. 2007-08-22 21:21:38 +10:00