Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
bdfb9e58
Commit
bdfb9e58
authored
Jul 08, 2014
by
James Zern
Committed by
Gerrit Code Review
Jul 08, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "invalid_file_test: output error detail on mismatch"
parents
8c03fff4
ec942e6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/invalid_file_test.cc
test/invalid_file_test.cc
+2
-1
No files found.
test/invalid_file_test.cc
View file @
bdfb9e58
...
...
@@ -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
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