Skip to content
Snippets Groups Projects
Commit c295d03b 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
parents ad1bc70c 7c32abc1
No related branches found
No related tags found
1 merge request!387quotient must be representable without error
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