Skip to content

Multiprecision refactoring #1166

Multiprecision refactoring

Multiprecision refactoring #1166

GitHub Actions / Gcc Test Results failed Dec 10, 2024 in 0s

4 fail, 6 skipped, 3 169 pass in 40m 13s

  160 files  ±0    160 suites  ±0   40m 13s ⏱️ +9s
3 179 tests ±0  3 169 ✅ ±0  6 💤 ±0  4 ❌ ±0 
3 267 runs  ±0  3 257 ✅ ±0  6 💤 ±0  4 ❌ ±0 

Results for commit 21dd283. ± Comparison against earlier commit b3839eb.

Annotations

Check warning on line 0 in multiplication

See this annotation in the file changed.

@github-actions github-actions / Gcc Test Results

1 out of 2 runs failed: multilimb (multiplication)

results/big_int_test.xml [took 0s]
Raw output
failure

ASSERTION FAILURE:
- file   : big_int.cpp
- line   : 143
- message: check 0xAFFFFFFFF_big_uint36 * 0x2_big_uint36 == 0x15FFFFFFFE_big_uint37 has failed [25769803774 != 94489280510]
Failures detected in:
- test case: multiplication/multilimb
- file: big_int.cpp
- line: 142

Check warning on line 0 in addition

See this annotation in the file changed.

@github-actions github-actions / Gcc Test Results

does_not_wrap (addition) failed

results/big_int_test.xml [took 0s]
Raw output
failure

ASSERTION FAILURE:
- file   : big_int.cpp
- line   : 117
- message: check 0xFFFFFFFF_big_uint32 + 0x2_big_uint32 == 0x100000001_big_uint33 has failed [1 != 4294967297]
Failures detected in:
- test case: addition/does_not_wrap
- file: big_int.cpp
- line: 116

Check warning on line 0 in addition

See this annotation in the file changed.

@github-actions github-actions / Gcc Test Results

does_not_wrap_rev (addition) failed

results/big_int_test.xml [took 0s]
Raw output
failure

ASSERTION FAILURE:
- file   : big_int.cpp
- line   : 121
- message: check 0x2_big_uint32 + 0xFFFFFFFF_big_uint32 == 0x100000001_big_uint33 has failed [1 != 4294967297]
Failures detected in:
- test case: addition/does_not_wrap_rev
- file: big_int.cpp
- line: 120

Check warning on line 0 in multiplication

See this annotation in the file changed.

@github-actions github-actions / Gcc Test Results

wraps (multiplication) failed

results/big_int_test.xml [took 0s]
Raw output
failure

ASSERTION FAILURE:
- file   : big_int.cpp
- line   : 139
- message: check 0xFFFFFFFF_big_uint32 * 0x2_big_uint32 == 0x1FFFFFFFE_big_uint33 has failed [4294967294 != 8589934590]
Failures detected in:
- test case: multiplication/wraps
- file: big_int.cpp
- line: 138