This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- rb-Os.s 2022-08-10 21:48:12.766329852 +0900 | |
| +++ rb-Og.s 2022-08-10 21:48:39.913850358 +0900 | |
| @@ -4,2769 +4,1939 @@ | |
| .Ltext0: | |
| .cfi_sections .debug_frame | |
| .file 1 "/home/stephanos/Dev/zephyrproject/zephyr/lib/os/rb.c" | |
| - .section .text.find_and_stack,"ax",@progbits | |
| + .section .text.get_child,"ax",@progbits | |
| .align 2 | |
| - .type find_and_stack, %function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running TESTSUITE test_log_api | |
| =================================================================== | |
| Configuration: | |
| Mode: Deferred | |
| Frontend: No | |
| Runtime filtering: no | |
| Overwrite: yes | |
| START - test_log_arg_evaluation | |
| Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/logging/log_api/src/mock_backend.c:184: process: (strcmp(str, exp->str) not equal to 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef int ptrdiff_t; | |
| typedef unsigned int size_t; | |
| typedef long int wchar_t; | |
| typedef signed char int8_t; | |
| typedef short int int16_t; | |
| typedef int int32_t; | |
| typedef long long int int64_t; | |
| typedef long long int intmax_t; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef int ptrdiff_t; | |
| typedef unsigned int size_t; | |
| typedef long int wchar_t; | |
| typedef signed char int8_t; | |
| typedef short int int16_t; | |
| typedef int int32_t; | |
| typedef long long int int64_t; | |
| typedef long long int intmax_t; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef int ptrdiff_t; | |
| typedef unsigned int size_t; | |
| typedef long int wchar_t; | |
| typedef signed char int8_t; | |
| typedef short int int16_t; | |
| typedef int int32_t; | |
| typedef long long int int64_t; | |
| typedef long long int intmax_t; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef int ptrdiff_t; | |
| typedef unsigned int size_t; | |
| typedef long int wchar_t; | |
| typedef signed char int8_t; | |
| typedef short int int16_t; | |
| typedef int int32_t; | |
| typedef long long int int64_t; | |
| typedef long long int intmax_t; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zephyr.elf: file format elf32-littleriscv | |
| Disassembly of section vector: | |
| 80000000 <__start>: | |
| SECTION_FUNC(vectors, __start) | |
| #if defined(CONFIG_RISCV_GP) | |
| /* Initialize global pointer */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- zephyr.lst 2022-08-05 23:12:28.309613954 +0900 | |
| +++ zephyr.new.lst 2022-08-05 23:12:15.665873279 +0900 | |
| @@ -255,7 +255,7 @@ | |
| */ | |
| la t0, _sw_isr_table | |
| 800000e4: 00005297 auipc t0,0x5 | |
| -800000e8: 29c28293 addi t0,t0,668 # 80005380 <_sw_isr_table> | |
| +800000e8: f6c28293 addi t0,t0,-148 # 80005050 <_sw_isr_table> | |
| slli a0, a0, (RV_REGSHIFT + 1) | |
| 800000ec: 050e slli a0,a0,0x3 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Renaming output directory to /home/stephanos/Dev/zephyrproject/zephyr/twister-out.27 | |
| INFO - Zephyr version: zephyr-v3.0.0-3298-g17b508d33763 | |
| INFO - JOBS: 60 | |
| INFO - Using 'zephyr' toolchain. | |
| INFO - Building initial testcase list... | |
| INFO - 75 test scenarios (75 configurations) selected, 15 configurations discarded due to filters. | |
| Renaming output directory to /home/stephanos/Dev/zephyrproject/zephyr/twister-out.28 | |
| INFO - Adding tasks to the queue... | |
| INFO - Added initial list of jobs to queue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Keeping artifacts untouched | |
| INFO - Zephyr version: zephyr-v3.0.0-3009-g4842d94f17e7 | |
| INFO - JOBS: 60 | |
| INFO - 1763 test scenarios (3 configurations) selected, 0 configurations discarded due to filters. | |
| INFO - Adding tasks to the queue... | |
| INFO - Added initial list of jobs to queue | |
| INFO - 1/3 fvp_base_revc_2xaemv8a tests/ztest/error_hook/testing.ztest.error_hook FAILED Failed (armfvp 5.213s) | |
| INFO - /home/stephanos/Dev/zephyrproject/zephyr/twister-out/fvp_base_revc_2xaemv8a/tests/ztest/error_hook/testing.ztest.error_hook/handler.log | |
| ERROR - [0/1] FVP_Base_RevC-2xAEMvA: | |
| terminal_0: Listening for serial connection on port 5004 |