3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-04 13:54:07 +00:00
sby/tests/junit
Emily Schmidt 725038d315 Replace the 'primes' test in junit_timeout_error.sby with a new test that solves a**3 + b**3 == c**3.
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.
2024-04-02 11:28:54 +01:00
..
JUnit.xsd Refactor tests 2022-04-11 17:50:38 +02:00
junit_assert.sby Refactor tests 2022-04-11 17:50:38 +02:00
junit_assert.sh Refactor tests 2022-04-11 17:50:38 +02:00
junit_cover.sby Refactor tests 2022-04-11 17:50:38 +02:00
junit_cover.sh Refactor tests 2022-04-11 17:50:38 +02:00
junit_expect.sby Refactor tests 2022-04-11 17:50:38 +02:00
junit_expect.sh Refactor tests 2022-04-11 17:50:38 +02:00
junit_nocodeloc.sby Refactor tests 2022-04-11 17:50:38 +02:00
junit_nocodeloc.sh Refactor tests 2022-04-11 17:50:38 +02:00
junit_timeout_error.sby Replace the 'primes' test in junit_timeout_error.sby with a new test that solves a**3 + b**3 == c**3. 2024-04-02 11:28:54 +01:00
junit_timeout_error.sh Refactor tests 2022-04-11 17:50:38 +02:00
Makefile Refactor tests 2022-04-11 17:50:38 +02:00
validate_junit.py Don't fail tests when xmlschema is missing 2022-06-03 17:22:45 +02:00