wip #32
2 errors, 36 fail, 2 214 pass in 17s
Annotations
Check warning on line 0 in nitunit.gmp::gmp.core::Text
github-actions / nitunit-lib Results
is_bi (nitunit.gmp::gmp.core::Text) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-1.nit
/usr/bin/ld: cannot find -lgmp: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [gmp_45d1.mk:254: ../nitunit.out/gmp-1.nit.bin] Error 1
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d1.mk -j 4 `.
assert "123".is_bi
assert "-123".is_bi
assert not "0b1011".is_bi
assert not "123u8".is_bi
assert not "Not a BigInt".is_bi
Check warning on line 0 in nitunit.gmp::gmp.core::Text
github-actions / nitunit-lib Results
is_r (nitunit.gmp::gmp.core::Text) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-2.nit
/usr/bin/ld: cannot find -lgmp: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [gmp_45d2.mk:254: ../nitunit.out/gmp-2.nit.bin] Error 1
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d2.mk -j 4 `.
assert "123".is_r
assert "-123".is_r
assert "1/2".is_r
assert "-1/2".is_r
assert not "-1/-2".is_r
assert not "0b1011".is_r
assert not "123u8".is_r
assert not "Not an Ratio".is_r
Check warning on line 0 in nitunit.gmp::gmp.core::Text
github-actions / nitunit-lib Results
to_bi (nitunit.gmp::gmp.core::Text) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-3.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d3.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d3.mk -j 4 `.
assert("123".to_bi == 123.to_bi)
assert("-123".to_bi == -123.to_bi)
Check warning on line 0 in nitunit.gmp::gmp.core::Text
github-actions / nitunit-lib Results
to_r (nitunit.gmp::gmp.core::Text) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-4.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d4.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d4.mk -j 4 `.
assert("123".to_r == 123.to_r)
assert("-123".to_r == -123.to_r)
assert("1/2".to_r == 0.5.to_r)
assert("-1/2".to_r == -0.5.to_r)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::+ (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-5.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d5.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d5.mk -j 4 `.
assert(2.to_bi + 2.to_bi == 4.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::unary - (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-6.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d6.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d6.mk -j 4 `.
assert(-(2.to_bi) == (-2).to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::- (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-7.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d7.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d7.mk -j 4 `.
assert(2.to_bi - 2.to_bi == 0.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::* (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-8.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d8.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d8.mk -j 4 `.
assert(2.to_bi * 2.to_bi == 4.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::/ (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-9.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d9.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d9.mk -j 4 `.
assert(3.to_bi / 2.to_bi == 1.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
% (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-10.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d10.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d10.mk -j 4 `.
assert(5.to_bi % 2.to_bi == 1.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
** (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-11.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d11.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d11.mk -j 4 `.
assert(3.to_bi ** 2 == 9.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
abs (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-12.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d12.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d12.mk -j 4 `.
assert((-3).to_bi.abs == 3.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
gcd (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-13.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d13.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d13.mk -j 4 `.
assert(15.to_bi.gcd(10.to_bi) == 5.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
probab_prime (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-14.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d14.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d14.mk -j 4 `.
assert((0x10001).to_bi.probab_prime(15) == 2)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
next_prime (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-15.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d15.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d15.mk -j 4 `.
assert(11.to_bi.next_prime == 13.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::zero (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-16.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d16.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d16.mk -j 4 `.
assert(11.to_bi.zero == 0.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::value_of (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-17.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d17.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d17.mk -j 4 `.
assert(11.to_bi.value_of(4) == 4.to_bi)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::to_i (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-18.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d18.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d18.mk -j 4 `.
assert(11.to_bi.to_i == 11)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Numeric::to_f (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-19.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d19.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d19.mk -j 4 `.
assert(11.to_bi.to_f == 11.0)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Object::to_s (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-20.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d20.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d20.mk -j 4 `.
assert(11.to_bi.to_s == "11")
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
Numeric::to_r (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-21.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d21.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d21.mk -j 4 `.
assert(123.to_bi.to_r == 123.to_r)
Check warning on line 0 in nitunit.gmp.BigInt
github-actions / nitunit-lib Results
core::Discrete::distance (nitunit.gmp.BigInt) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-22.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d22.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d22.mk -j 4 `.
assert(3.to_bi.distance(6.to_bi) == -3)
Check warning on line 0 in nitunit.gmp.Ratio
github-actions / nitunit-lib Results
<class> (nitunit.gmp.Ratio) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-23.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d23.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d23.mk -j 4 `.
assert((0.2 + 0.1) == 0.30000000000000004)
assert(("1/5".to_r + "1/10".to_r) == "3/10".to_r)
Check warning on line 0 in nitunit.gmp.Ratio
github-actions / nitunit-lib Results
core::Numeric::+ (nitunit.gmp.Ratio) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-24.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d24.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d24.mk -j 4 `.
assert("3/2".to_r + "5/2".to_r == 4.to_r)
Check warning on line 0 in nitunit.gmp.Ratio
github-actions / nitunit-lib Results
core::Numeric::unary - (nitunit.gmp.Ratio) failed
nitunit.xml [took 0s]
Raw output
Compilation error in nitunit.out/gmp-25.nit
In file included from gmp__native_gmp._ffi.c:7:
lib/gmp/native_gmp.nit:19:14: fatal error: gmp.h: No such file or directory
compilation terminated.
make[1]: *** [gmp_45d25.mk:212: gmp__native_gmp._ffi.extern.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Compilation Error: `make` failed with error code: 512. The command was `make -B -C nit_compile -f gmp_45d25.mk -j 4 `.
assert( -("1/2".to_r) == ("-1/2").to_r)