ci: update reference output of test_idf_monitor, minor cleanup

This commit is contained in:
Ivan Grokhotkov
2020-06-18 19:05:19 +02:00
parent cbd1a95fd0
commit 50aabfa257
2 changed files with 3 additions and 12 deletions

View File

@@ -27,12 +27,12 @@ except ImportError:
import idf_monitor import idf_monitor
ELF_FILE = './dummy.elf' # ELF file used for starting the monitor ELF_FILE = 'dummy.elf' # ELF file used for starting the monitor
def monitor_serial_reader_state(serial_reader, file_to_create): def monitor_serial_reader_state(serial_reader, file_to_create):
""" """
The pupose of this wrapper is to monitor the serial reader state of idf_monitor.py. file_to_create is created The purpose of this wrapper is to monitor the serial reader state of idf_monitor.py. file_to_create is created
after the serial reader thread has been started. The existence of this file will indicate to after the serial reader thread has been started. The existence of this file will indicate to
run_test_idf_monitor.py that idf_monitor.py is ready to process inputs. run_test_idf_monitor.py that idf_monitor.py is ready to process inputs.
""" """
@@ -50,7 +50,7 @@ def main():
args = parser.parse_args() args = parser.parse_args()
serial_instance = serial.serial_for_url(args.port, 115200, do_not_open=True) serial_instance = serial.serial_for_url(args.port, 115200, do_not_open=True)
monitor = idf_monitor.Monitor(serial_instance, ELF_FILE, args.print_filter, 'make', 'xtensa-esp32-elf-', 'CR') monitor = idf_monitor.Monitor(serial_instance, ELF_FILE, args.print_filter, 'make', toolchain_prefix='xtensa-esp32-elf-', eol='CR')
sys.stderr.write('Monitor instance has been created.\n') sys.stderr.write('Monitor instance has been created.\n')
monitor_thread = threading.Thread(target=monitor_serial_reader_state, monitor_thread = threading.Thread(target=monitor_serial_reader_state,
args=(monitor.serial_reader, args.serial_alive_file)) args=(monitor.serial_reader, args.serial_alive_file))

View File

@@ -36,7 +36,6 @@ I (401) esp_core_dump_uart: Press Enter to print core dump to UART...
Core Dump detected! Core Dump detected!
I (434) esp_core_dump_uart: Print core dump to uart... I (434) esp_core_dump_uart: Print core dump to uart...
I (434) esp_core_dump_elf: Found tasks: 8 I (434) esp_core_dump_elf: Found tasks: 8
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
espcoredump.py v0.4-dev espcoredump.py v0.4-dev
=============================================================== ===============================================================
==================== ESP32 CORE DUMP START ==================== ==================== ESP32 CORE DUMP START ====================
@@ -112,48 +111,40 @@ a15 0x0 0
6 process 1073412788 0x400812c4 in ?? () 6 process 1073412788 0x400812c4 in ?? ()
7 process 1073432444 0x40087e10 in ?? () 7 process 1073432444 0x40087e10 in ?? ()
8 process 1073413520 0x400812c4 in ?? () 8 process 1073413520 0x400812c4 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 1 (TCB: 0x3ffb5e80, name: '') ===================== ==================== THREAD 1 (TCB: 0x3ffb5e80, name: '') =====================
#0 0x400e37f7 in ?? () #0 0x400e37f7 in ?? ()
#1 0x400d0c31 in ?? () #1 0x400d0c31 in ?? ()
#2 0x40087018 in ?? () #2 0x40087018 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 2 (TCB: 0x3ffb6d48, name: '') ===================== ==================== THREAD 2 (TCB: 0x3ffb6d48, name: '') =====================
#0 0x40087010 in ?? () #0 0x40087010 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 3 (TCB: 0x3ffb65e4, name: '') ===================== ==================== THREAD 3 (TCB: 0x3ffb65e4, name: '') =====================
#0 0x40087010 in ?? () #0 0x40087010 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 4 (TCB: 0x3ffb77a0, name: '') ===================== ==================== THREAD 4 (TCB: 0x3ffb77a0, name: '') =====================
#0 0x400812c4 in ?? () #0 0x400812c4 in ?? ()
#1 0x40089806 in ?? () #1 0x40089806 in ?? ()
#2 0x400898f3 in ?? () #2 0x400898f3 in ?? ()
#3 0x40087018 in ?? () #3 0x40087018 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 5 (TCB: 0x3ffb4bf0, name: '') ===================== ==================== THREAD 5 (TCB: 0x3ffb4bf0, name: '') =====================
#0 0x400812c4 in ?? () #0 0x400812c4 in ?? ()
#1 0x4008913b in ?? () #1 0x4008913b in ?? ()
#2 0x400d0d5c in ?? () #2 0x400d0d5c in ?? ()
#3 0x40087018 in ?? () #3 0x40087018 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 6 (TCB: 0x3ffafab4, name: '') ===================== ==================== THREAD 6 (TCB: 0x3ffafab4, name: '') =====================
#0 0x400812c4 in ?? () #0 0x400812c4 in ?? ()
#1 0x40087e10 in ?? () #1 0x40087e10 in ?? ()
#2 0x400d1f4b in ?? () #2 0x400d1f4b in ?? ()
#3 0x40087018 in ?? () #3 0x40087018 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 7 (TCB: 0x3ffb477c, name: '') ===================== ==================== THREAD 7 (TCB: 0x3ffb477c, name: '') =====================
#0 0x40087e10 in ?? () #0 0x40087e10 in ?? ()
#1 0x40081a2b in ?? () #1 0x40081a2b in ?? ()
#2 0x40087018 in ?? () #2 0x40087018 in ?? ()
ERROR: GDB/MI command failed (error / msg="No symbol table is loaded. Use the \"file\" command.")!
==================== THREAD 8 (TCB: 0x3ffafd90, name: '') ===================== ==================== THREAD 8 (TCB: 0x3ffafd90, name: '') =====================
#0 0x400812c4 in ?? () #0 0x400812c4 in ?? ()