NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/57419



The following reply was made to PR lib/57419; it has been noted by GNATS.

From: Jim Spath <jspath55%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/57419
Date: Thu, 18 May 2023 14:19:38 -0400

 I ran the same test cases that had failed on the RPi 0W (earmv6hf) on
 an RPi 02w (aarch64) and found that some passed but others were
 skipped. None of them failed.
 
 $ grep tc-end tests_arm02w.log
 tc-end: 1684374619.174517, fpclassify_double, passed
 tc-end: 1684374619.571917, fpclassify_float, passed
 tc-end: 1684374620.392177, fpsetmask_unmasked_double, skipped, FPU
 does not implement traps on FP exceptions
 tc-end: 1684374620.666940, fpsetmask_unmasked_float, skipped, FPU does
 not implement traps on FP exceptions
 tc-end: 1684374621.37833, fpsetmask_unmasked_long_double, skipped, FPU
 does not implement traps on FP exceptions
 tc-end: 1684374621.839611, sigfpe_flt, skipped, FPU does not implement
 traps on FP exceptions
 tc-end: 1684374622.868218, exp2_powers, passed
 tc-end: 1684374623.590447, ldexp_denormal, passed
 tc-end: 1684374623.897221, ldexp_denormal_large, passed
 tc-end: 1684374624.117534, ldexp_underflow, passed
 
 The cases that were skipped might also need to be skipped on this CPU variant?
 
 The dmesg output shows the CPU/FPU types:
 [     1.000000] simplebus0 at armfdt0: Raspberry Pi Zero W Rev 1.1
 [     1.000000] cpu0 at cpus0: 700 MHz ARM1176JZ-S r0p7 (ARM11J V6ZK core)
 [     1.000000] vfp0 at cpu0: VFP11, rounding, exceptions
 


Home | Main Index | Thread Index | Old Index