RIOT-OS / Release-Specs

Specification for RIOT releases and corresponding test configurations
4 stars 21 forks source link

Release 2020.04 - RC2 #153

Closed leandrolanzieri closed 4 years ago

leandrolanzieri commented 4 years ago

This issue lists the status of all tests for the Release Candidate 2 of the 2020.04 release.

Specs tested:

leandrolanzieri commented 4 years ago

PRs backported between RC1 and RC2

These PRs were merged into 2020.04-branch after 2020.04-RC1 tag was created

PR Description
#13854 xtimer: set now pointer correctly in _update_short_timers() loop
#13883 tests/emcute: add small inter-packet gap between server replies
#13887 drivers/at25xxx: return read/written bytes to match MTD API
#13890 examples/gcoap: fix variable scope
#13904 sys/crypto/modes/ccm: handle input_len = 0
#13905 tests/xtimer_now32_overflow: simplify
#13921 boards/common/msba2: Add MINITERMFLAGS to avoid reset
#13924 cpu/lpc2387: fix RTC leap year calculation
#13938 ztimer: periph_rtt: ensure RTT_MAX_VALUE is honored
#13940 drivers/xbee: disable CTS/RTS pin unless periph_uart_hw_fc is used
leandrolanzieri commented 4 years ago

Summary of tests on RC1

Tests which did not pass and should be rerun

Tests which did not pass but were expected to fail

leandrolanzieri commented 4 years ago

[02-tests] Task 02 - Subset of tests on iotlab-m3: PASS [02-tests] Task 03 - Subset of tests on samr21-xpro: PASS

I confirm that tests/emcute has been fixed. The rest of the results stay the same as in RC1.

leandrolanzieri commented 4 years ago

There are some PRs which were backported. Particularly https://github.com/RIOT-OS/RIOT/pull/13945 I will create RC3 after https://github.com/RIOT-OS/RIOT/pull/13961 is merged and backported.

leandrolanzieri commented 4 years ago

Closing in favor of #154