Closed dreirund closed 1 year ago
These are mostly known failures and marked as such with the //FAIL:
comment.
The fatal error comes from an attempt to run C# tests on .NET 7 SDK while the scripts and configs are prepared for .NET 6 which is LTS at the moment. I want to fix this so the C# tests run on both .NET 7 and 6.
Don't worry, ASAP is not leaking memory. It uses few heap allocations.
Ahoj,
I am building
cito
because I need it to build another software.make test
and othermake test-*
-targets give some errors and notifications about memory leaks:make test
:I have not continued with the other test targets, because it would cause me too much work to test all test. I just had a short look into
make test-cl
, which also gives errors, andmake test-d
, which seems quite OK.I am on Artix GNU/Linux (x86_64).
Software versions:
gcc --version | head -n1
:gcc (GCC) 13.1.1 20230429
clang --version | head -n1
:clang version 15.0.7
clang++ --version | head -n1
:clang version 15.0.7
dotnet --version
:7.0.103
dmd --version | head -n1
:DMD64 D Compiler v2.103.1
node --version
:v19.9.0
java --version | head -n1
:openjdk 20.0.1 2023-04-18
javac --version | head -n1
:javac 20.0.1
perl
: Version 5.36.1python --version
:Python 3.11.3
swift --version | head -n1
:Swift version 5.8 (swift-5.8-RELEASE)
swiftc --version | head -n1
:Swift version 5.8 (swift-5.8-RELEASE)
make --version | head -n
:GNU Make 4.4.1
diff --version | head -n1
:diff (GNU diffutils) 3.9