Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
7172e97a
Commit
7172e97a
authored
Jun 17, 2016
by
Geza Lore
Browse files
Re-enable ActiveMapTest for VP10
Change-Id: I030fdde966b9911712eca131d095015afd9b0d8a
parent
169431b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/active_map_test.cc
View file @
7172e97a
...
...
@@ -95,23 +95,13 @@ TEST_P(ActiveMapTestLarge, Test) {
VP9_INSTANTIATE_TEST_CASE
(
ActiveMapTest
,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
0
,
9
));
#if CONFIG_VP10
VP10_INSTANTIATE_TEST_CASE
(
ActiveMapTestLarge
,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
0
,
5
));
#if CONFIG_SUPERTX
// SuperTx and ActiveMap don't get along at speed 5.
// https://bugs.chromium.org/p/webm/issues/detail?id=1234
INSTANTIATE_TEST_CASE_P
(
DISABLED_VP10
,
ActiveMapTest
,
::
testing
::
Combine
(
::
testing
::
Values
(
static_cast
<
const
libvpx_test
::
CodecFactory
*>
(
&
libvpx_test
::
kVP10
)),
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
5
,
9
)));
#else
VP10_INSTANTIATE_TEST_CASE
(
ActiveMapTest
,
::
testing
::
Values
(
::
libvpx_test
::
kRealTime
),
::
testing
::
Range
(
5
,
9
));
#endif // CONFIG_SUPERTX
#endif // CONFIG_VP10
}
// namespace
Write
Preview
Markdown
is supported
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