Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
ec942e6e
Commit
ec942e6e
authored
Jul 01, 2014
by
James Zern
Browse files
invalid_file_test: output error detail on mismatch
Change-Id: I6abf139961fbb6a46db740dc023e26ac1e8e9305
parent
bd756699
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/invalid_file_test.cc
View file @
ec942e6e
...
...
@@ -55,7 +55,8 @@ class InvalidFileTest
// Check results match.
EXPECT_EQ
(
expected_res_dec
,
res_dec
)
<<
"Results don't match: frame number = "
<<
video
.
frame_number
();
<<
"Results don't match: frame number = "
<<
video
.
frame_number
()
<<
". ("
<<
decoder
->
DecodeError
()
<<
")"
;
return
!
HasFailure
();
}
...
...
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