RESOLVED FIXED 58860
make results file work with audio and reftests
https://bugs.webkit.org/show_bug.cgi?id=58860
Summary make results file work with audio and reftests
Ojan Vafai
Reported Tuesday, April 19, 2011 3:11:13 AM UTC
make results file work with audio and reftests
Attachments
Patch (6.72 KB, patch)
2011-04-18 19:12 PDT, Ojan Vafai
eric: review+
Ojan Vafai
Comment 1 Tuesday, April 19, 2011 3:12:16 AM UTC
Eric Seidel (no email)
Comment 2 Tuesday, April 19, 2011 3:14:28 AM UTC
Comment on attachment 90132 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90132&action=review > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:154 > + // FIXME: use audio tags for AUDIO tests? woh, that'd be cool. > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:264 > + row += resultLink(test_prefix, '-expected.wav', 'expected'); > + row += resultLink(test_prefix, '-actual.wav', 'actual'); Are they always .wav files? > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:292 > + resultLink(test_prefix, '-actual.png', 'actual') + You repeat these suffixes a lot. Maybe we should use constants?
Dirk Pranke
Comment 3 Tuesday, April 19, 2011 3:33:52 AM UTC
(In reply to comment #2) > (From update of attachment 90132 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=90132&action=review > > > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:154 > > + // FIXME: use audio tags for AUDIO tests? > > woh, that'd be cool. > Per crogers, that probably wouldn't be that useful, since you normally want to load them into an audio editor/analyzer to figure out why they're different. > > Tools/Scripts/webkitpy/layout_tests/layout_package/json_results.html:264 > > + row += resultLink(test_prefix, '-expected.wav', 'expected'); > > + row += resultLink(test_prefix, '-actual.wav', 'actual'); > > Are they always .wav files? Yes.
Ojan Vafai
Comment 4 Tuesday, April 19, 2011 7:12:26 PM UTC
WebKit Review Bot
Comment 5 Tuesday, April 19, 2011 8:40:34 PM UTC
http://trac.webkit.org/changeset/84267 might have broken SnowLeopard Intel Release (Tests) The following tests are not passing: plugins/mouse-click-iframe-to-plugin.html
Note You need to log in before you can comment on or make changes to this bug.