]> sigrok.org Git - sigrok-test.git/log
sigrok-test.git
7 years agoruntc: fixup coding style (conditionals, braces)
Gerhard Sittig [Sun, 26 Feb 2017 18:12:05 +0000 (19:12 +0100)]
runtc: fixup coding style (conditionals, braces)

When a conditional has one complex branch (multiple instructions), both
branches are supposed to have braces around them. Instead of putting
extra braces around single instructions, eliminate the "else" branch
since the "if" branch already ends in break or return respectively.

7 years agoruntc: minor nits in main()
Gerhard Sittig [Sun, 26 Feb 2017 17:19:23 +0000 (18:19 +0100)]
runtc: minor nits in main()

Pass NULL instead of 0 where a pointer is expected. Fixup whitespace.

7 years agoruntc: minor nits in usage(), add missing options
Gerhard Sittig [Sun, 26 Feb 2017 17:15:23 +0000 (18:15 +0100)]
runtc: minor nits in usage(), add missing options

Adjust the screen layout of usage() output: Align parameters to options
in identical ways, to separate them from descriptions for options which
don't take parameters. Add previously not listed options.

7 years agoiec: Add a simple test-case.
Uwe Hermann [Sat, 25 Feb 2017 15:10:49 +0000 (16:10 +0100)]
iec: Add a simple test-case.

7 years agoUse PD ID (not PD instance ID) for now.
Uwe Hermann [Mon, 20 Feb 2017 16:14:05 +0000 (17:14 +0100)]
Use PD ID (not PD instance ID) for now.

This is related to the libsigrokdecode change regarding bug #868.

7 years agoadf435x: Add an initial test-case.
Uwe Hermann [Tue, 14 Feb 2017 21:49:37 +0000 (22:49 +0100)]
adf435x: Add an initial test-case.

7 years agoarm_tpiu: Fix confusing file and test-case naming.
Uwe Hermann [Thu, 2 Feb 2017 23:45:21 +0000 (00:45 +0100)]
arm_tpiu: Fix confusing file and test-case naming.

7 years agoruntc, pdtest: Fixup minor style nits
Gerhard Sittig [Wed, 25 Jan 2017 20:05:03 +0000 (21:05 +0100)]
runtc, pdtest: Fixup minor style nits

Address several minor style nits: Remove trailing empty lines in source
files. Declare 'static' auto variables before non-static variables.
Re-use the result of a division instead of running the calculation again.

7 years agopdtest: Make exit code communicate the termination cause not counts
Gerhard Sittig [Wed, 25 Jan 2017 20:09:20 +0000 (21:09 +0100)]
pdtest: Make exit code communicate the termination cause not counts

On one hand the exit(3) API might limit the range of values that can get
communicated to callers (a single byte is used in some implementations).
On the other hand wait(2) might interpret specific meaning into some of
the returned values (abnormal cause of termination, like unhandled
signals). So the use of error counts as exit codes for processes can be
severely constrained. For specific non-zero values of error counts, an
exit code of zero might be seen at the caller's side (modulo calculation
or truncation).

Don't pass error or difference counts to exit(3). Instead communicate
the kind of termination (error or difference or success) in exit codes
which reliably can get evaluated by callers.

7 years agopdtest: Exit non-zero for errors as well as PD output differences
Gerhard Sittig [Wed, 25 Jan 2017 19:57:39 +0000 (20:57 +0100)]
pdtest: Exit non-zero for errors as well as PD output differences

Make the pdtest(1) executable return a non-zero exit code for errors
during test execution (as before) as well as for differences in the
decoder output (that's the change). Return either the number of errors
seen, or the number of tests which saw different output. Only return
zero in the absence of errors and differences.

7 years agolicense: remove FSF postal address from boiler plate license text
Gerhard Sittig [Thu, 20 Oct 2016 07:40:53 +0000 (09:40 +0200)]
license: remove FSF postal address from boiler plate license text

Remove the FSF postal address as it might change (it did in the past).
Reference the gnu.org website instead which is more stable.

7 years agoavr-pdi: Add initial AVR PDI test case
Gerhard Sittig [Mon, 26 Dec 2016 17:39:33 +0000 (18:39 +0100)]
avr-pdi: Add initial AVR PDI test case

7 years agospiflash: Update due to recent PD changes.
Uwe Hermann [Mon, 7 Nov 2016 00:56:09 +0000 (01:56 +0100)]
spiflash: Update due to recent PD changes.

7 years agospiflash: Enforce chip selection for all test-cases.
Uwe Hermann [Sun, 6 Nov 2016 14:54:44 +0000 (15:54 +0100)]
spiflash: Enforce chip selection for all test-cases.

7 years agops2: Add an initial PS/2 keyboard test-case.
Uwe Hermann [Fri, 4 Nov 2016 21:41:03 +0000 (22:41 +0100)]
ps2: Add an initial PS/2 keyboard test-case.

7 years agopdtest: Minor help text improvements.
Uwe Hermann [Tue, 1 Nov 2016 23:11:41 +0000 (00:11 +0100)]
pdtest: Minor help text improvements.

7 years agospi: Add some test-cases for wordsize != 8.
Uwe Hermann [Sun, 23 Oct 2016 19:25:48 +0000 (21:25 +0200)]
spi: Add some test-cases for wordsize != 8.

7 years agouart: Update test-cases for recent UART PD changes.
Uwe Hermann [Sun, 23 Oct 2016 17:32:03 +0000 (19:32 +0200)]
uart: Update test-cases for recent UART PD changes.

7 years agouart: Make rxtx_overlapped test-case use format=hex.
Uwe Hermann [Sun, 23 Oct 2016 17:31:33 +0000 (19:31 +0200)]
uart: Make rxtx_overlapped test-case use format=hex.

7 years agouart: Explicitly select a format option for the tests.
Uwe Hermann [Sun, 23 Oct 2016 17:30:51 +0000 (19:30 +0200)]
uart: Explicitly select a format option for the tests.

7 years agouart: Add test-cases for 5n1, 6n1, 7n1, 8n1, 9n1.
Uwe Hermann [Wed, 19 Oct 2016 17:34:23 +0000 (19:34 +0200)]
uart: Add test-cases for 5n1, 6n1, 7n1, 8n1, 9n1.

7 years agoAdd a test-case for the GPIB decoder.
Uwe Hermann [Wed, 12 Oct 2016 01:14:30 +0000 (03:14 +0200)]
Add a test-case for the GPIB decoder.

7 years agomidi: Add 3 new test-cases, update existing ones.
Chris [Mon, 12 Sep 2016 01:12:40 +0000 (18:12 -0700)]
midi: Add 3 new test-cases, update existing ones.

7 years agomidi: chromatic_notes in list.py was off by 1 octave
Chris [Mon, 5 Sep 2016 19:39:58 +0000 (12:39 -0700)]
midi: chromatic_notes in list.py was off by 1 octave

(ex: note 60 is middle C which is C4, not C3)

7 years agouart: Add a test-case for overlapping RX/TX bytes.
Uwe Hermann [Sat, 24 Sep 2016 10:21:16 +0000 (12:21 +0200)]
uart: Add a test-case for overlapping RX/TX bytes.

7 years agomidi: Update each annotation with multiple strings.
Chris [Sat, 27 Aug 2016 04:37:13 +0000 (21:37 -0700)]
midi: Update each annotation with multiple strings.

(ranging from long, medium, and short lengths)

7 years agoAdd a lot more MIDI test-cases.
Chris Dreher [Fri, 19 Aug 2016 17:26:02 +0000 (10:26 -0700)]
Add a lot more MIDI test-cases.

Code coverage increased to 98%, only 5 lines missed. 4 are from
handle_channel_msg_generic().

7 years agoAdd some SSI32 tests.
Uwe Hermann [Sun, 21 Aug 2016 22:07:42 +0000 (00:07 +0200)]
Add some SSI32 tests.

7 years agoREADME: Add missing autogen.sh call.
Chris Dreher [Sun, 21 Aug 2016 15:36:55 +0000 (17:36 +0200)]
README: Add missing autogen.sh call.

7 years agoAdd Python 3.5 support.
Chris Dreher [Sun, 21 Aug 2016 15:36:47 +0000 (17:36 +0200)]
Add Python 3.5 support.

7 years agoAdd a few DMX512 test-cases.
Uwe Hermann [Wed, 6 Jul 2016 17:16:39 +0000 (19:16 +0200)]
Add a few DMX512 test-cases.

7 years agotiming: Update to latest PD changes.
Uwe Hermann [Tue, 28 Jun 2016 20:20:31 +0000 (22:20 +0200)]
timing: Update to latest PD changes.

7 years agospiflash: Add a few more test-cases for dual I/O reads.
Uwe Hermann [Sun, 26 Jun 2016 12:39:25 +0000 (14:39 +0200)]
spiflash: Add a few more test-cases for dual I/O reads.

7 years agospiflash: Add a few more test-cases.
Uwe Hermann [Wed, 22 Jun 2016 17:55:19 +0000 (19:55 +0200)]
spiflash: Add a few more test-cases.

7 years agoAdd a few em4305 test-cases.
Uwe Hermann [Wed, 18 May 2016 16:20:45 +0000 (18:20 +0200)]
Add a few em4305 test-cases.

7 years agousb_request: Update PCAP files due to recent changes.
Uwe Hermann [Wed, 11 May 2016 18:24:19 +0000 (20:24 +0200)]
usb_request: Update PCAP files due to recent changes.

See bug #664 for details.

7 years agoAdd wiegand 36bit test
Sean Burford [Tue, 10 May 2016 08:30:08 +0000 (18:30 +1000)]
Add wiegand 36bit test

7 years agomdio: Add two more test-cases.
Uwe Hermann [Wed, 4 May 2016 01:51:06 +0000 (03:51 +0200)]
mdio: Add two more test-cases.

7 years agomdio: Update output files for new MDIO decoder output.
Uwe Hermann [Wed, 4 May 2016 01:50:10 +0000 (03:50 +0200)]
mdio: Update output files for new MDIO decoder output.

8 years agoAdd an AUD test-case.
Uwe Hermann [Sun, 20 Mar 2016 19:10:18 +0000 (20:10 +0100)]
Add an AUD test-case.

8 years agorgb_led_ws281x: Add a few test-cases.
Uwe Hermann [Fri, 4 Mar 2016 01:51:29 +0000 (02:51 +0100)]
rgb_led_ws281x: Add a few test-cases.

8 years agoAdd a few t55xx test cases.
Uwe Hermann [Mon, 29 Feb 2016 01:25:06 +0000 (02:25 +0100)]
Add a few t55xx test cases.

8 years agoAdd OUTPUT_PYTHON test-cases for all PDs.
Uwe Hermann [Fri, 25 Dec 2015 16:23:36 +0000 (17:23 +0100)]
Add OUTPUT_PYTHON test-cases for all PDs.

8 years agouart: Add more UART test-cases.
Uwe Hermann [Fri, 25 Dec 2015 15:53:37 +0000 (16:53 +0100)]
uart: Add more UART test-cases.

8 years agousb_power_delivery: Add SamplerateError check.
Uwe Hermann [Fri, 25 Dec 2015 15:50:59 +0000 (16:50 +0100)]
usb_power_delivery: Add SamplerateError check.

8 years agoAdd OUTPUT_BINARY test-cases for all PDs.
Uwe Hermann [Thu, 24 Dec 2015 01:27:46 +0000 (02:27 +0100)]
Add OUTPUT_BINARY test-cases for all PDs.

8 years agoparallel: Update input file location.
Uwe Hermann [Mon, 21 Dec 2015 14:36:05 +0000 (15:36 +0100)]
parallel: Update input file location.

8 years agoAdd a few em4100 test cases.
Uwe Hermann [Fri, 18 Dec 2015 17:26:05 +0000 (18:26 +0100)]
Add a few em4100 test cases.

8 years agousb*: Add a lot more test-cases.
Uwe Hermann [Fri, 4 Dec 2015 21:39:08 +0000 (22:39 +0100)]
usb*: Add a lot more test-cases.

8 years agousb*: Update tests due to recent PD changes.
Uwe Hermann [Fri, 4 Dec 2015 20:42:40 +0000 (21:42 +0100)]
usb*: Update tests due to recent PD changes.

8 years agousb_power_delivery: Add USB PD decoder tests
Vincent Palatin [Thu, 12 Nov 2015 02:04:07 +0000 (18:04 -0800)]
usb_power_delivery: Add USB PD decoder tests

Signed-off-by: Vincent Palatin <redacted>
8 years agoTests for max7219 PD
Paul "LeoNerd" Evans [Wed, 4 Nov 2015 16:22:58 +0000 (16:22 +0000)]
Tests for max7219 PD

8 years agouart: Update test-cases to recent frame error changes.
Uwe Hermann [Fri, 23 Oct 2015 17:22:59 +0000 (19:22 +0200)]
uart: Update test-cases to recent frame error changes.

8 years agoqi: Add an additional test-case.
Uwe Hermann [Fri, 16 Oct 2015 17:26:06 +0000 (19:26 +0200)]
qi: Add an additional test-case.

8 years agoi2c: Add an additional test-case.
Uwe Hermann [Fri, 16 Oct 2015 17:21:41 +0000 (19:21 +0200)]
i2c: Add an additional test-case.

8 years agoUse g_strerror() in favor of strerror().
Uwe Hermann [Fri, 16 Oct 2015 17:20:54 +0000 (19:20 +0200)]
Use g_strerror() in favor of strerror().

8 years agousb_{signalling,packet}: Update test-cases to recent changes.
Uwe Hermann [Tue, 6 Oct 2015 07:05:22 +0000 (09:05 +0200)]
usb_{signalling,packet}: Update test-cases to recent changes.

8 years agocan: Update for recent decoder change.
Uwe Hermann [Mon, 14 Sep 2015 17:26:25 +0000 (19:26 +0200)]
can: Update for recent decoder change.

8 years agocan: Update for recent decoder change.
Uwe Hermann [Mon, 14 Sep 2015 16:28:15 +0000 (18:28 +0200)]
can: Update for recent decoder change.

8 years agoClean up .gitignore
Daniel Elstner [Sun, 6 Sep 2015 10:28:37 +0000 (12:28 +0200)]
Clean up .gitignore

8 years agoBuild: Modernize Autotools configuration
Daniel Elstner [Sun, 6 Sep 2015 10:06:27 +0000 (12:06 +0200)]
Build: Modernize Autotools configuration

8 years agoBuild: Add copy of sigrok.m4 from libsigrok
Daniel Elstner [Sun, 6 Sep 2015 10:04:03 +0000 (12:04 +0200)]
Build: Add copy of sigrok.m4 from libsigrok

8 years agojtag_stm32: Add a few test-cases.
Uwe Hermann [Tue, 1 Sep 2015 22:56:08 +0000 (00:56 +0200)]
jtag_stm32: Add a few test-cases.

8 years agojtag: Add a few test-cases.
Uwe Hermann [Tue, 1 Sep 2015 22:18:09 +0000 (00:18 +0200)]
jtag: Add a few test-cases.

8 years agorgb_led_spi: Add a test-case.
Uwe Hermann [Tue, 1 Sep 2015 20:00:08 +0000 (22:00 +0200)]
rgb_led_spi: Add a test-case.

8 years agolpc: Add a test-case.
Uwe Hermann [Tue, 1 Sep 2015 19:59:53 +0000 (21:59 +0200)]
lpc: Add a test-case.

8 years agoi2cfilter: Add a few test-cases.
Uwe Hermann [Tue, 1 Sep 2015 19:59:32 +0000 (21:59 +0200)]
i2cfilter: Add a few test-cases.

8 years agoeeprom24xx: Add another test-case.
Uwe Hermann [Tue, 1 Sep 2015 19:58:40 +0000 (21:58 +0200)]
eeprom24xx: Add another test-case.

8 years agonunchuk: Add a few test-cases.
Uwe Hermann [Sat, 22 Aug 2015 16:23:31 +0000 (18:23 +0200)]
nunchuk: Add a few test-cases.

8 years agomodbus: Add a test-case.
Uwe Hermann [Sat, 22 Aug 2015 16:23:19 +0000 (18:23 +0200)]
modbus: Add a test-case.

8 years agoarm_tpiu: Add a test-case.
Uwe Hermann [Sat, 22 Aug 2015 16:23:05 +0000 (18:23 +0200)]
arm_tpiu: Add a test-case.

8 years agods1307: Add a test-case.
Uwe Hermann [Thu, 20 Aug 2015 18:27:10 +0000 (20:27 +0200)]
ds1307: Add a test-case.

8 years agoBump libsigrokdecode requirement to >= 0.4.0 (API change).
Uwe Hermann [Thu, 20 Aug 2015 18:26:50 +0000 (20:26 +0200)]
Bump libsigrokdecode requirement to >= 0.4.0 (API change).

8 years agoPass unitsize to srd_session_send() directly.
Uwe Hermann [Thu, 20 Aug 2015 18:26:17 +0000 (20:26 +0200)]
Pass unitsize to srd_session_send() directly.

Follow an API change in libsigrokdecode where srd_inst_channel_set_all()
no longer gets passed a unitsize, but rather srd_session_send() gets it.

8 years agotlc5620: Add a few test-cases.
Uwe Hermann [Mon, 17 Aug 2015 22:08:49 +0000 (00:08 +0200)]
tlc5620: Add a few test-cases.

8 years agomrf24j40: Add a few test-cases.
Uwe Hermann [Mon, 17 Aug 2015 22:07:50 +0000 (00:07 +0200)]
mrf24j40: Add a few test-cases.

8 years agousb_packet: Add two more test-cases.
Uwe Hermann [Fri, 14 Aug 2015 17:16:12 +0000 (19:16 +0200)]
usb_packet: Add two more test-cases.

8 years agousb_signalling: Add two more test-cases.
Uwe Hermann [Fri, 14 Aug 2015 17:15:59 +0000 (19:15 +0200)]
usb_signalling: Add two more test-cases.

8 years agousb_packet: Update test-case after fixing bug #623.
Uwe Hermann [Fri, 14 Aug 2015 11:50:47 +0000 (13:50 +0200)]
usb_packet: Update test-case after fixing bug #623.

8 years agousb_packet: Add a USB full-speed test-case.
Uwe Hermann [Thu, 13 Aug 2015 18:49:21 +0000 (20:49 +0200)]
usb_packet: Add a USB full-speed test-case.

8 years agousb_signalling: Add a USB full-speed test-case.
Uwe Hermann [Thu, 13 Aug 2015 18:49:04 +0000 (20:49 +0200)]
usb_signalling: Add a USB full-speed test-case.

8 years agosdcard_sd: Add a test-case.
Uwe Hermann [Thu, 6 Aug 2015 17:39:43 +0000 (19:39 +0200)]
sdcard_sd: Add a test-case.

8 years agoeeprom24xx: Add some test-cases.
Uwe Hermann [Thu, 6 Aug 2015 17:35:18 +0000 (19:35 +0200)]
eeprom24xx: Add some test-cases.

8 years agospdif: Add a test-case.
Uwe Hermann [Wed, 22 Jul 2015 06:52:48 +0000 (08:52 +0200)]
spdif: Add a test-case.

8 years agosdcard_spi: Add a test-case.
Uwe Hermann [Wed, 22 Jul 2015 06:49:33 +0000 (08:49 +0200)]
sdcard_spi: Add a test-case.

8 years agortc8564: Add a test-case.
Uwe Hermann [Wed, 22 Jul 2015 06:43:55 +0000 (08:43 +0200)]
rtc8564: Add a test-case.

8 years agoparallel: Add a few test-cases.
Uwe Hermann [Wed, 22 Jul 2015 06:24:05 +0000 (08:24 +0200)]
parallel: Add a few test-cases.

8 years agoMove the "OK" in the -v output further to the right.
Uwe Hermann [Wed, 22 Jul 2015 06:54:15 +0000 (08:54 +0200)]
Move the "OK" in the -v output further to the right.

This allows for longer test-case names.

8 years agomaxim_ds28ea00: Add a test-case.
Uwe Hermann [Tue, 21 Jul 2015 20:52:43 +0000 (22:52 +0200)]
maxim_ds28ea00: Add a test-case.

8 years agoonewire_network: Add a few test-cases.
Uwe Hermann [Tue, 21 Jul 2015 20:52:07 +0000 (22:52 +0200)]
onewire_network: Add a few test-cases.

8 years agoonewire_link: Add a few test-cases.
Uwe Hermann [Tue, 21 Jul 2015 20:33:53 +0000 (22:33 +0200)]
onewire_link: Add a few test-cases.

8 years agoir_rc5: Add a few test-cases.
Uwe Hermann [Tue, 21 Jul 2015 20:14:23 +0000 (22:14 +0200)]
ir_rc5: Add a few test-cases.

8 years agoi2s: Add a test-case.
Uwe Hermann [Tue, 21 Jul 2015 20:06:32 +0000 (22:06 +0200)]
i2s: Add a test-case.

8 years agoguess_bitrate: Add a few test-cases.
Uwe Hermann [Tue, 21 Jul 2015 20:01:12 +0000 (22:01 +0200)]
guess_bitrate: Add a few test-cases.

8 years agocan: Add a few test-cases.
Uwe Hermann [Tue, 21 Jul 2015 20:00:25 +0000 (22:00 +0200)]
can: Add a few test-cases.

8 years agoir_nec: Add a test-case.
Uwe Hermann [Tue, 21 Jul 2015 20:10:14 +0000 (22:10 +0200)]
ir_nec: Add a test-case.

8 years agoxfp: Add a test-case.
Uwe Hermann [Wed, 22 Jul 2015 06:02:39 +0000 (08:02 +0200)]
xfp: Add a test-case.

8 years agodcf77: Add a few test cases.
Uwe Hermann [Tue, 21 Jul 2015 19:36:44 +0000 (21:36 +0200)]
dcf77: Add a few test cases.

8 years agoqi: Add Qi decoder test
Josef Gajdusek [Thu, 9 Jul 2015 10:58:21 +0000 (12:58 +0200)]
qi: Add Qi decoder test

8 years agoAdd a few MDIO test cases.
Uwe Hermann [Mon, 6 Jul 2015 20:03:55 +0000 (22:03 +0200)]
Add a few MDIO test cases.