We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90a0e8 commit ff7db42Copy full SHA for ff7db42
tests/02_compat_rtc_tests.sh
@@ -66,7 +66,7 @@ for src_file in ulptool/src/ulp_examples/*/*.s binutils-esp32ulp/gas/testsuite/g
66
test_name="${src_name##*/}"
67
68
# 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
+ for I in esp32ulp_jumpr esp32ulp_ranges; do
70
if [ "${test_name}" = "$I" ]; then
71
# these are old bugs, and not related to the RTC macro handling functionality
72
# they will still be great to fix over time
0 commit comments