Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | ir_irmp: introduce IRMP test cases, cover NEC/RC5/RC6/SIRC and others | Gerhard Sittig | |
The upstream IRMP project's decoder core is only slowly moving, we can consider the IRMP decoder integration to be stable and don't expect the output to change violently any longer. The issue of requiring a single core instance remains and affects the GUI, but not the single threaded test suite. This set of test cases re-uses the NEC, RC5, RC6, and SIRC dumps which are covered by individual decoders, too. Ideally detection results would be identical, but in practise the annotation positions and the level of details will differ between implementations due to their internal operation and design choices. The IRMP test set also covers dumps which are not covered by other IR decoders. It's interesting to see how not all key repetitions are caught and how single press might be missed as well. It's valuable to remain aware during maintenance, and see how occassional failure changes. This is why an empty output for a non-empty dump is kept here, too. | |||
2021-01-13 | seven_segment: expand the alphabet and show unknown characters | Ben Gardiner | |
Signed-off-by: Ben Gardiner <ben.l.gardiner@gmail.com> | |||
2020-11-12 | parallel: add missing data file with expected output for SQI traffic | Gerhard Sittig | |
2020-11-11 | parallel: also expect bits count in addition to data value | Gerhard Sittig | |
Catch up with the parallel decoder's implementation. Documented Python output includes the bus width and cycle count for items and words. [ see a word-diff for the commit's essence ] | |||
2020-11-11 | parallel: add test case for parallel PD on SQI traffic | Gerhard Sittig | |
The parallel decoder can also be used to interpret SQI communication. Using the chip select as the reset/enable signal increases robustness. Implement a test case to cover this recently added decoder feature. | |||
2020-11-11 | parallel: expect demuxed words only after their items were seen | Gerhard Sittig | |
Catch up with the "parallel" decoder's implementation. Annotations for demultiplexed words are sent after all their individual bits were seen. Data content remains identical, this is exclusively about emission order. | |||
2020-08-18 | ir_nec: catch up with STOP bit width adjustment | Gerhard Sittig | |
The decoder implementation changed the STOP width from 0.652ms to 0.562ms, which affects the STOP bit and the REMOTE button code annotations' end. | |||
2020-08-16 | avr_isp: catch up with support for EEPROM read | Gerhard Sittig | |
The decoder implementation got extended to support EEPROM reads. Adjust the test expectation. | |||
2020-08-16 | avr_isp: catch up with warning class for "unknown command" message | Gerhard Sittig | |
The decoder implementation moved the "Unknown command" message from the PE annotation class (programming enable instruction) to warnings. Adjust the test expectation. | |||
2020-08-12 | sdq: introduce SDQ decoder test (bits, bytes, break) | Gerhard Sittig | |
Add a simple test on a short snippet of the SDQ capture. This covers the extraction of bits and bytes, and the synchronization on BREAK symbols. | |||
2020-08-08 | st7735: Extend test to also cover unknown commands | gregor-anich-uibk | |
[ gsi: rephrased commit message, trimmed down capture for test ] | |||
2020-07-26 | can: add Python output to std and ext brs test cases | Gerhard Sittig | |
The CAN decoder implementation got extended to output Python data. Adjust the test expectation to cover these on some dump files. | |||
2020-07-26 | ir_nec: add tests for extended NEC protocol (failed and passed) | Gerhard Sittig | |
A capture with extended NEC protocol data became available. Add tests for failed interpretation with the standard approach, and successful interpretation when the extended protocol gets selected. | |||
2020-07-22 | sirc: introduce test for Sony IR (SIRC) | Gerhard Sittig | |
2020-07-20 | spdif: Add/update test-cases after decoder changes. | Uwe Hermann | |
2020-07-18 | rgb_led_ws281x: Add RGBW testcase | Soeren Apel | |
2020-07-18 | Test for WS281x RGBW | Stefan | |
yet dummy, as I could not execute the test myself. Test data (ws281x_RGBW_4mhz_snippet.sr) is already available. | |||
2020-07-18 | caliper: introduce tests (pos/neg, mm/inch, change) | Gerhard Sittig | |
Add tests for the caliper decoder. Cover positive and negative numbers, automatic millimeter and inch detection, and omitted annotations when values haven't changed. | |||
2020-07-02 | pjon: catch up with "communication relation" annotations | Gerhard Sittig | |
2020-06-24 | pjon: add tests for PJON frames over PJDL link layer | Gerhard Sittig | |
2020-06-02 | nrf905: Update after file move. | Uwe Hermann | |
2020-05-26 | Add test for Nordic Semiconductor nRF905 protocol decoder | Jorge Solla | |
2020-04-11 | ad5626: Add a test-case. | Uwe Hermann | |
2020-04-11 | ad79x0: Add a test-case. | Uwe Hermann | |
2020-04-11 | ltc242x: Add a test-case. | Uwe Hermann | |
2020-04-11 | ltc26x7: Add some test-cases. | Uwe Hermann | |
2020-04-11 | adxl345: Add some test-cases. | Uwe Hermann | |
2020-01-13 | sdcard_sd: Add a few more test-cases. | Uwe Hermann | |
2020-01-13 | sdcard_sd: Updates after recent PD changes. | Uwe Hermann | |
2020-01-11 | cjtag: Update after PD changes. | Uwe Hermann | |
2020-01-10 | ds1307: Updates after annotation class PD fixes. | Uwe Hermann | |
2020-01-10 | sdcard_sd: Updates after annotation class PD fixes. | Uwe Hermann | |
2020-01-10 | sdcard_spi: Updates after annotation class PD fixes. | Uwe Hermann | |
2020-01-09 | cjtag: Add two test-cases. | Uwe Hermann | |
2020-01-05 | dmx512: Update after new DMX512 PD stacked on UART. | Uwe Hermann | |
2020-01-04 | dmx512: adjust test.conf, stack dmx512 on top of uart | Gerhard Sittig | |
This commit adjusts the test configuration, but does not update the test expectation. This remains for another commit. | |||
2020-01-04 | ps2: add test for PS/2 data exchange without clock inhibit | Gerhard Sittig | |
The capture which was attached to bug #1460 demonstrated a previously unhandled condition, the absence of a host activity after the data byte transmission. Add another test case after the decoder implementation got adjusted. | |||
2020-01-04 | ps2: adjust to recent implementation, stop ends at rising clock edge | Gerhard Sittig | |
Catch up with a recent change in the PS/2 decoder implementation. End the STOP bit at the rising CLOCK edge already, don't expect a clock inhibit phase after a data byte got transmitted. | |||
2020-01-02 | flexray: Update test-cases after PD fix. | Uwe Hermann | |
2020-01-02 | ac97: Add binary output test-cases. | Uwe Hermann | |
2020-01-02 | ieee488: Enable test-case with empty output. | Uwe Hermann | |
2020-01-01 | test.conf updates after annotation class/row changes. | Uwe Hermann | |
2020-01-01 | Updates after annotation class/row changes (singular/plural). | Uwe Hermann | |
2020-01-01 | cc1101: Update after decoder annotation class fixes. | Uwe Hermann | |
2019-12-30 | uart: Updates due to the now-fixed bug #1474. | Uwe Hermann | |
2019-12-14 | uart: Add another Grbl test-case. | Uwe Hermann | |
2019-12-13 | uart: Add Grbl test-cases. | Uwe Hermann | |
2019-12-07 | Add an HDCP test-case. | Uwe Hermann | |
2019-12-07 | ieee488: Add a test for delim=none. | Uwe Hermann | |
2019-12-07 | ieee488: update test results for hp53131a text line flush | Gerhard Sittig | |