Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
tg-samples
Commits
129c095b
Commit
129c095b
authored
Mar 06, 2020
by
Julius Nehring-Wirxel
Browse files
Removed tests for non-generated mul ops.
parent
04f87a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/feature/fixed_int/fixed_int.cc
View file @
129c095b
...
...
@@ -423,7 +423,6 @@ TG_FUZZ_TEST(TypedGeometry, FixedIntMul)
check_mul
<
2
,
2
,
1
>
(
rng
);
check_mul
<
2
,
2
,
2
>
(
rng
);
check_mul
<
3
,
1
,
1
>
(
rng
);
check_mul
<
3
,
1
,
2
>
(
rng
);
check_mul
<
3
,
2
,
1
>
(
rng
);
check_mul
<
3
,
2
,
2
>
(
rng
);
...
...
@@ -433,9 +432,6 @@ TG_FUZZ_TEST(TypedGeometry, FixedIntMul)
check_mul
<
3
,
3
,
2
>
(
rng
);
check_mul
<
3
,
3
,
3
>
(
rng
);
check_mul
<
4
,
1
,
1
>
(
rng
);
check_mul
<
4
,
1
,
2
>
(
rng
);
check_mul
<
4
,
2
,
1
>
(
rng
);
check_mul
<
4
,
2
,
2
>
(
rng
);
check_mul
<
4
,
1
,
3
>
(
rng
);
check_mul
<
4
,
3
,
1
>
(
rng
);
...
...
tests/feature/fixed_int/fixed_uint.cc
View file @
129c095b
...
...
@@ -355,7 +355,6 @@ TG_FUZZ_TEST(TypedGeometry, FixedUintMul)
check_mul
<
2
,
2
,
1
>
(
rng
);
check_mul
<
2
,
2
,
2
>
(
rng
);
check_mul
<
3
,
1
,
1
>
(
rng
);
check_mul
<
3
,
1
,
2
>
(
rng
);
check_mul
<
3
,
2
,
1
>
(
rng
);
check_mul
<
3
,
2
,
2
>
(
rng
);
...
...
@@ -365,9 +364,6 @@ TG_FUZZ_TEST(TypedGeometry, FixedUintMul)
check_mul
<
3
,
3
,
2
>
(
rng
);
check_mul
<
3
,
3
,
3
>
(
rng
);
check_mul
<
4
,
1
,
1
>
(
rng
);
check_mul
<
4
,
1
,
2
>
(
rng
);
check_mul
<
4
,
2
,
1
>
(
rng
);
check_mul
<
4
,
2
,
2
>
(
rng
);
check_mul
<
4
,
1
,
3
>
(
rng
);
check_mul
<
4
,
3
,
1
>
(
rng
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment