Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testsuite failing on 64-bit PowerPC (big-endian) #156

Open
glaubitz opened this issue Jun 18, 2024 · 0 comments
Open

Testsuite failing on 64-bit PowerPC (big-endian) #156

glaubitz opened this issue Jun 18, 2024 · 0 comments

Comments

@glaubitz
Copy link

The testsuite for sedlex fails on 64-bit PowerPC (big-endian) as following:

dune runtest -j 16 -p sedlex
(cd _build/default/examples && ./subtraction.exe)
a
	Whitespace
abc
	Whitespace
abc
	Whitespace
d
	Whitespace
Other
	End
(cd _build/default/examples && ./complement.exe)
ULL??ULLU.
(cd _build/default/examples && ./repeat.exe)
a
	Whitespace
bcbc
	Whitespace
d
	Whitespace
ef
	Whitespace
efef
	Whitespace
efefef
	End
(cd _build/default/examples && ./tokenizer.exe)
Ident foobar
Ident A123Bfoo
Op ++
Number 123
Ident Xbar
Op /
Ident foo
EOF
(cd _build/default/examples && ./performance.exe)
Execution time: 0.670450s
File "examples/dune", line 15, characters 0-77:
15 | (rule
16 |  (alias runtest)
17 |  (deps
18 |   (:< regressions.exe))
19 |  (action
20 |   (run %{<})))
(cd _build/default/examples && ./regressions.exe)
Testing Unicode regression: 14.0.0 => 15.0.0

Full build log available in: https://buildd.debian.org/status/fetch.php?pkg=ocaml-sedlex&arch=ppc64&ver=3.2-1&stamp=1717239639&raw=0

A porterbox running Debian ppc64 (big-endian) can be accessed through the GCC Compile Farm: https://gcc.gnu.org/wiki/CompileFarm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant