Skip to content

Commit ff7db42

Browse files
committed
enable more skipped compat tests
The last few commits/fixes allow these tests to now pass so we no longer need to skip them.
1 parent d90a0e8 commit ff7db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/02_compat_rtc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ for src_file in ulptool/src/ulp_examples/*/*.s binutils-esp32ulp/gas/testsuite/g
6666
test_name="${src_name##*/}"
6767

6868
# for now, skip files that contain known bugs in esp32_ulp (essentially a todo list of what to fix)
69-
for I in esp32ulp_all esp32ulp_globals esp32ulp_jumpr esp32ulp_ranges test_reg; do
69+
for I in esp32ulp_jumpr esp32ulp_ranges; do
7070
if [ "${test_name}" = "$I" ]; then
7171
# these are old bugs, and not related to the RTC macro handling functionality
7272
# they will still be great to fix over time

0 commit comments

Comments
 (0)