-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
TL;DR full symptoms, gathered below:
- test failures with g++14 -O2 cross-compiled to ppc64le
- no failures with g++14 -O1 cross-compiled to ppc64le
- no failures with g++14 -O3 cross-compiled to ppc64le
- no failures with g++13 -O2 cross-compiled to ppc64le
- no failures with g++14 -O2 on x64
Original report
v0.7.1 is showing quite a few regressions on ppc64le
only:
The following tests FAILED:
1 - ryml-test-quickstart (Failed)
7 - ryml-test-parse_engine_6_qmrk (Failed)
8 - ryml-test-parse_engine_7_seqimap (SEGFAULT)
16 - ryml-test-tree (SEGFAULT)
18 - ryml-test-emit (Failed)
19 - ryml-test-style (Failed)
22 - ryml-test-json (Failed)
24 - ryml-test-merge (Failed)
28 - ryml-test-seq (SEGFAULT)
31 - ryml-test-map (SEGFAULT)
38 - ryml-test-scalar_null (Failed)
53 - ryml-test-anchor (Failed)
55 - ryml-test-number (Failed)
(I am not sure if I tested 0.7.0 thoroughly on non-x86_64
architectures or not.)
Originally posted by @musicinmybrain in #440 (comment)
Metadata
Metadata
Assignees
Labels
No labels