Custom Query (4129 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 4129)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#4947 fixed Testsuite libtest tests not built with optimise or debug flags Sebastian Huber <sebastian.huber@…> Chris Johns
Description

The tests are being built with the optimsize or debug options for:

  • aarch64/xilinx_zynqmp_lp64_qemu
  • arm/xilinx_zynq_a9_qemu

The build is:

09:44:14 runner ' /opt/work/rtems/6/bin/arm-rtems6-gcc 
 -MMD -Wall -Wmissing-prototypes -Wimplicit-function-declaration
 -Wstrict-prototypes -Wnested-externs -march=armv7-a -mthumb
 -mfpu=neon -mfloat-abi=hard -mtune=cortex-a9 -DHAVE_CONFIG_H=1
 -Icpukit/include -I../../../cpukit/include -Icpukit/score/cpu/arm/include
 -I../../../cpukit/score/cpu/arm/include -Ibsps/include
 -I../../../bsps/include -Ibsps/arm/include -I../../../bsps/arm/include 
 -Ibsps/arm/xilinx-zynq/include -I../../../bsps/arm/xilinx-zynq/include 
 -Itestsuites/support/include -I../../../testsuites/support/include 
 -Itestsuites/libtests/dl09 -I../../../testsuites/libtests/dl09 
 -c /opt/work/chris/rtems/kernel/rtems.git/testsuites/libtests/dl09/dl-load.c 
 -o testsuites/libtests/dl09/dl-load.o '                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

while a cpukit file is:

09:45:00 runner ['/opt/work/rtems/6/bin/arm-rtems6-gcc', 
 '-MMD', '-Wall', '-Wmissing-prototypes', '-Wimplicit-function-declaration',
 '-Wstrict-prototypes', '-Wnested-externs', '-march=armv7-a',
 '-mthumb', '-mfpu=neon', '-mfloat-abi=hard', '-mtune=cortex-a9',
 '-O2', '-g', '-fdata-sections', '-ffunction-sections',
 '-Icpukit/include', '-I../../../cpukit/include',
 '-Icpukit/score/cpu/arm/include',
 '-I../../../cpukit/score/cpu/arm/include',
 '../../../cpukit/libdl/rtl-elf.c',
 '-c', '-o/opt/work/chris/rtems/kernel/rtems.git/build/arm/xilinx_zynq_a9_qemu/cpukit/libdl/rtl-elf.c.59.o',
 '-DHAVE_CONFIG_H=1']
#4945 fixed rtems-test SIS support is broken Chris Johns Chris Johns
Description

The sis BSP is using gdb and I am not sure gdb supports the SIS simulator any more?

And sis-run is broken with the stand alone sis tool we now use. The -a option is not supported.

#4944 fixed libdl test dl09 fails on arm and aarch64 Chris Johns <chrisj@…> Chris Johns
Description

The test crashes on arm and fails on aarch64 with:

--------------------------------------------------
 Run: 3
Test source (link in strstr): testsuites/libtests/dl09/dl-load.c
Allocation size: 33554432
load: /dl09-o1.o
handel: 0x4811d650: unresolved externals
handle: 0x4811d650 loaded
space alloc: /dl09-o1.o: 33554432: 0x40118940
load: /dl09-o2.o
handel: 0x421191f0: unresolved externals
handle: 0x421191f0 loaded
space alloc: /dl09-o2.o: 33554432: 0x4c1225b0
load: /dl09-o3.o
kobj_reloc: Relocation 0x40045820 too far from 0x4e122f48 (base+0x18) for 26bit word
dlopen failed: (null)
/opt/work/chris/rtems/kernel/rtems.git/testsuites/libtests/dl09/dl-load.c: 168 o->handle != NULL

[ RTEMS shutdown ]
RTEMS version: 6.0.0.10da3025186cadf2d78e34cf81cce02121069d44
RTEMS tools: 12.3.1 20230626 (RTEMS 6, RSB 8e568b2ca3489d6bfa48e1d29618ea9b48a5b408, Newlib 4c7d0df)
executing thread ID: 0x0a010001
executing thread name: UI1 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.