Skip to content
Snippets Groups Projects
Commit 0c9a6035 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'bugfix/fix-arithmetictestsuite-on-i386' into 'master'

quotient must be representable without error

See merge request !387

(cherry picked from commit c295d03b)

7c32abc1 quotient must be representable without error
parent b7c0284e
No related branches found
No related tags found
4 merge requests!586Centralize CI config for 2.6 release,!531Update CI for 2.6 release branch,!407[bugfix,2.6] Fix CMake with deactivated compiler version check,!388Merge branch 'bugfix/fix-arithmetictestsuite-on-i386' into 'master'
Pipeline #
......@@ -671,7 +671,7 @@ namespace Dune {
void checkAssign##name(Tag) {}
DUNE_TEST_ASSIGN(*, Mul, Arithmetic, (0, 1, 2, 3), (0, 1, 2, 3))
DUNE_TEST_ASSIGN(/, Div, Arithmetic, (0, 1, 2, 3), ( 1, 2, 3))
DUNE_TEST_ASSIGN(/, Div, Arithmetic, (0, 1, 2, 3), ( 1, 2, 4))
DUNE_TEST_ASSIGN(%, Rem, Arithmetic, (0, 1, 2, 3), ( 1, 2, 3))
DUNE_TEST_ASSIGN_DISABLE(Rem, Floating)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment