mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-04 13:54:07 +00:00
The old test tried to find two primes that are 7 apart. It is supposed to time out after 1 second but on newer hardware the test completes too quickly. This commit replaces it with a new test that tries to find a non-trivial solution to the diophantine equation a**3 + b**3 == c**3, which is a lot more difficult. |
||
---|---|---|
.. | ||
JUnit.xsd | ||
junit_assert.sby | ||
junit_assert.sh | ||
junit_cover.sby | ||
junit_cover.sh | ||
junit_expect.sby | ||
junit_expect.sh | ||
junit_nocodeloc.sby | ||
junit_nocodeloc.sh | ||
junit_timeout_error.sby | ||
junit_timeout_error.sh | ||
Makefile | ||
validate_junit.py |