tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] make test fail in termux/aarch64 Android 11?


From: Andrew Randrianasulu
Subject: [Tinycc-devel] make test fail in termux/aarch64 Android 11?
Date: Wed, 1 Mar 2023 16:58:46 +0300

I tried to make tcc from commit

29ae3ed4d5b83eec43598d6cd7949bccb41c8083

it makes itself fine, just 'make test' result in

~/tinycc $ make test
make[1]: Entering directory '/data/data/com.termux/files/home/tinycc/tests'
------------ hello-exe ------------
Hello World
------------ hello-run ------------
Hello World
------------ libtest ------------
Hello World!
fib(32) = 2178309
add(32, 64) = 96
------------ libtest_mt ------------                                                               running fib with mixed calls
  1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946
 (60 ms)                                                                                           running fib in threads
  1 2 5 1597 8 13 3 34 2584 144 21 377 89 55 987 4181 233 610 10946 6765
 (77 ms)
running tcc.c in threads to run fib
  1 5 144 1597 6765 3 21 377 10946 8 233 610 2584 34 89 987 4181 2 13 55
 (5492 ms)
compiling tcc.c 10 times
  1 2 3 4 5 6 7 8 9 10
 (2125 ms)
------------ test3 ------------
--- test.ref    2023-03-01 16:48:38.688180575 +0300
+++ test.out3   2023-03-01 16:48:40.140180574 +0300
@@ -827,7 +827,7 @@
 *rel1=2                                                                                            *rel2=3
 in getmyaddress
-pa_symbol=0x0
+pa_symbol=0xffffffffffffffff

 ---- old_style_function_test ----
 a=1 b=2 b=3.000000
make[2]: *** [Makefile:125: test3] Error 1
make[1]: *** [Makefile:80: all] Error 2
make[1]: Leaving directory '/data/data/com.termux/files/home/tinycc/tests'
make: *** [Makefile:451: test] Error 2


I wonder if this error real or simply result from old test?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]