Ming Shao
Ming Shao
Yes, it's has been addressed here: https://github.com/cyrus-and/gdb-dashboard/issues/259 This one can be closed. BTW, my .gdbinit is this one: https://github.com/cyrus-and/gdb-dashboard/blob/master/.gdbinit
The main changes are done. Now testing with as many boards as I can find. The existing tests are quite diverse. Hope everything is fine...
The CI saw below error: https://github.com/zephyrproject-rtos/zephyr/runs/7627365444?check_suite_focus=true https://github.com/zephyrproject-rtos/zephyr/pull/48499/checks?check_run_id=7627894565 ``` INFO - 608/608 qemu_arc_hs tests/lib/mem_alloc/libraries.libc.newlib.mem_alloc FAILED Timeout (qemu 59.982s) ``` But I rebased and tried with: ``` twister -p qemu_arc_hs -s tests/lib/mem_alloc/libraries.libc.newlib.mem_alloc...
For the CI error with [qemu_arc_hs](https://github.com/zephyrproject-rtos/zephyr/runs/7629029614?check_suite_focus=true): I rebased and tested with below commands: `twister -p qemu_arc_hs -T tests` Still all passed. Cannot reproduce the CI error. I am using zephyr...
I just re-pushed. It's strange that the mps2_an385 failure disappeared. Only the `qemu_arc_hs` failure remains: https://github.com/zephyrproject-rtos/zephyr/runs/7644514469?check_suite_focus=true
I just re-pushed. No significant change. It's strange that the `mps2_an385` CI failure disappeared. Only the `qemu_arc_hs` failure remains: https://github.com/zephyrproject-rtos/zephyr/runs/7647515326?check_suite_focus=true Which still all pass on my local. `twister -vv -p...
Seems the CI healed itself... And I cannot find the CI log for qemu_arc_hs...
Testing on reel_board and found some CMake warning like below and some build failures. Investigating. Build: ``` twister -p reel_board -T tests/drivers/build_all/led twister -p reel_board -T tests/drivers/build_all/gpio ``` Warning: ```...
Saw 6 failures on reel_board with `tests` folder, 4 of which also happened on `main` branch. The 4 are related to bugs below: https://github.com/zephyrproject-rtos/zephyr/issues/48725 https://github.com/zephyrproject-rtos/zephyr/issues/48726 The other 2 only happened...
Verification so far: `twister -vv -p qemu_arc_hs -T tests/` -- 100% pass `twister -vv -p qemu_cortex_a53_smp -T tests` -- 100% after manual retry `twister -vv -p qemu_riscv32_smp -T tests` --...