summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* revert commit 830cfed95a5349b008999eebd34f5233bc35829cMichael Sweet2018-03-28
| | | | | | | | | | "Update "make test" to include alternate filter." . This fixes the error lines counting in the test, and is unneeded as pdftourf is not shipped in Debian. Origin: upstream Patch-Name: tests-no-pdftourf.patch
* Force LC_ALL=C environment variable when grepping the output of lpstat.Didier Raboud2018-03-28
| | | | | | | Permits testing in non-"C" environments. Origin: vendor Last-Update: 2016-07-11 Patch-Name: tests-make-lpstat-call-reproducible.patch
* Use 127.0.0.1 instead of localhost in the test-suite. This shouldDidier Raboud2018-03-28
| | | | | | | | | make the test-suite work in pbuilder. It apparently also fixes an ipp backend problem in the test-suite. Origin: vendor Last-Update: 2016-08-05 Patch-Name: tests-use-ipv4-lo-address.patch
* Tests: Make sure that all scheduled jobs are finished beforeDidier Raboud2018-03-28
| | | | | | | | | running a new test. Fixes failures on slow architectures like armel and mipsel. Bug-Debian: http://bugs.debian.org/670878 Last-Update: 2015-02-10 Patch-Name: tests-wait-on-unfinished-jobs-everytime.patch
* Tests: ignore the failure to write uncompressed dataDidier Raboud2018-03-28
| | | | | | | | | Ignore the 'Unable to write uncompressed print data: Broken pipe' error that sometimes breaks the errorlines counting on kfreebsd for some reason. Origin: vendor Last-Update: 2016-08-09 Patch-Name: tests-ignore-kfreebsd-unable-to-write-uncompressed-print-data.patch
* Tests: ignore errors triggered on ipv6-deprived hostsDidier Raboud2018-03-28
| | | | | | | | Ignore the 'Address family not supported by protocol' error that breaks the errorlines counting on buildds without a working IPv6 stack. Origin: vendor Last-Update: 2015-02-10 Patch-Name: tests-ignore-ipv6-address-family-not-supported.patch
* Tests: ignore loadFile failuresDidier Raboud2018-03-28
| | | | | | | | Ignore the 'loadFile failed: temp file: not a PDF file' error that sometimes breaks the errorlines counting on kfreebsd-amd64 for some reason Origin: vendor Last-Update: 2015-02-10 Patch-Name: tests-ignore-kfreebsd-amd64-not-a-pdf.patch
* Tests: ignore usb & dnssd backend unexpected exitsDidier Raboud2018-03-28
| | | | | | | | | | | | Ignore the following errors: "[cups-deviced] PID * (usb) crashed on signal 11!" and "[cups-deviced] PID * (dnssd) stopped with status 1" They seem to regularly happen on Debian/Ubuntu buildds and break error lines counting. Last-Update: 2015-02-10 Patch-Name: tests-ignore-usb-crash.patch
* Tests: Ignore warnings from colord and AvahiMartin Pitt2018-03-28
| | | | | | | | These warnings change the expected number of warnings Last-Update: 2015-08-05 Patch-Name: tests-ignore-warnings.patch
* Remove support for _IPP_PRIVATE_STRUCTURES developer cheat.Michael R Sweet2018-03-19
|
* Bump version number on PostScript test file.Michael R Sweet2018-02-22
|
* Fix encoding of out-of-band values in ippserver output files.Michael R Sweet2018-02-22
|
* Update copyrights and license text on files that were missed.Michael R Sweet2018-02-20
|
* Changelog and dependencies updates.Michael R Sweet2018-02-20
|
* Update ippfind to support -N/--literal-name.Michael R Sweet2018-02-14
| | | | Update man pages.
* Update copyright/license info on test files, and remove old SVN keywords.Michael R Sweet2018-02-14
|
* Fix missing printer-config-change-[time,date-time] attributes.Michael R Sweet2018-02-14
| | | | Fix old IPP Everywhere test file to use newer test files.
* Fix handling of "EXPECT foo/bar IN-GROUP group".Michael R Sweet2018-02-14
|
* Move file callbacks to _ipp_vars_t and add attribute filter callback.Michael R Sweet2018-02-06
|
* Fix unused store - actually use the count we saved.Michael R Sweet2018-02-06
|
* Fix additional IPP/1.1 issues with cupsCopyDestInfo (Issue #5211)Michael R Sweet2018-01-31
| | | | | | | | | Update ippserver to support maximum version option (-V max-version) Update cupsCopyDestInfo to recognize when we are talking to the CUPS server and when we are talking to the device (so we get the right URI for the printer) Add "--device" option to testdest.
* Use ippValidateAttribute to validate attributes in ipptool.Michael R Sweet2018-01-31
| | | | Fix localization typo.
* Update ipptool to not use private IPP structures.Michael R Sweet2018-01-25
|
* Finish re-tooling of ipptool to use new parser.Michael R Sweet2018-01-25
|
* libcupsimage is now in the "cups" directory.Michael R Sweet2018-01-25
|
* Save work on new ipptool using IPP data file parser.Michael R Sweet2018-01-23
|
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-18
| | | | benchmark.
* IPP Everywhere PPDs were not localized to English (Issue #5205)Michael R Sweet2018-01-15
| | | | Install cups.pot as cups_en.po
* The scheduler no longer logs pages as they are printed, instead just loggingMichael R Sweet2017-11-08
| | | | | | | | | | | a total of the pages printed at job completion (Issue #4991) - man/cupsd-logs.man: Update page_log information. - scheduler/job.c: Move cupsdLogPage to finalize_job, make update_job only accept a "PAGE: total NNN" message if the count is greater than the total cupsd already has. Also track sheets. - test/run-stp-tests.sh: Fix page log verification for Test3 since we now just have the total lines.
* Fix "ippfind _SomeName" (Issue #4833)Michael R Sweet2017-11-08
|
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-07
|
* Add support for writing ippserver attributes files from ipptool (Issue #5093)Michael R Sweet2017-11-01
|
* Add support for "printer-id" attribute (Issue #4868)Michael R Sweet2017-11-01
|
* Make a symlink for ipps in the backends directory.Michael R Sweet2017-11-01
|
* Fix "make check" for restricted environments (Issue #5099)Michael Sweet2017-10-12
|
* Detach worker threads to prevent memory leaks.Michael Sweet2017-09-14
|
* Fix memory leaks.Michael Sweet2017-09-14
|
* Allow DELAY values of 0.Michael Sweet2017-09-12
|
* The `ipptool` program did not compare URI scheme or hostname componentsMichael Sweet2017-09-07
| | | | | | | correctly for the WITH-ALL-HOSTNAMES, WITH-ALL-SCHEMES, WITH-HOSTNAME, or WITH-SCHEME predicates. Also fix EXPECT reporting for the URI component WITH predicates.
* Fix ipptool -P output (some was going to stdout...)Michael Sweet2017-08-31
|
* Fix create-job.test file to use filename on command-line.Michael Sweet2017-08-29
|
* Add header validation option to ipptool.Michael Sweet2017-08-04
| | | | Update HTML versions of man pages.
* Merge pull request #5054 from sanbrother/masterMichael R Sweet2017-07-18
|\ | | | | Fix : dead lock when there is already an active job
| * Fix : dead lock when there is already an active jobsanbrother2017-07-11
| |
* | Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-17
|/ | | | | | changed in incompatible ways again... (Issue #5050)
* Fix test suite for Linux.Michael R Sweet2017-06-19
|
* Fix some (bogus) clang warnings.Michael Sweet2017-06-16
|
* Fix "make check" failure (Issue #5033)Michael Sweet2017-06-16
|
* Add files to ignore.Michael Sweet2017-06-16
| | | | Add manual feed test file.
* Fix some output issues in ipptool introduced by migrating to the cupsFile API.Michael Sweet2017-06-16
| | | | | | | | | | | | | | | | | Have cupsFilePuts and cupsFilePrintf flush output on stdio files (keeps with expectations when moving from stdio calls). Update IPP tests to point to the right specs and sections, and fix IPP/1.1 tests WRT job progress attributes (which can have "no-value" out of band values instead of integers). Add an "lpstat -e" test. Update test output to conform to HTML 5. Copy all log files to HTML report and test directory. Clean out old log and report files in test directory after a failed run.