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
b37c279a
Commit
b37c279a
authored
Jun 20, 2016
by
Yue Chen
Committed by
Gerrit Code Review
Jun 20, 2016
Browse files
Merge "Re-enable ActiveMapTest for VP10" into nextgenv2
parents
86b7d39a
7172e97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/active_map_test.cc
View file @
b37c279a
...
...
@@ -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