[Webkit-unassigned] [Bug 28327] Media layout tests should have a way to provide test files in different formats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 11:02:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28327





--- Comment #2 from Hin-Chung Lam <hclam at google.com>  2009-08-17 11:02:16 PDT ---
(In reply to comment #1)
That sounds like a good idea, we could set up a platform specific list of test
files and a lookup method. For example:

var safariTests=new Array("test.mp4","sound.m4a");
var chromiumTests=new Array("test.ogv","sound.ogg");

function find(name) {
  if (platform == "safari") { /* find in safariTests */}
  if (platform == "chromium") { /* find in chromiumTests */}
}

The question is how can we determine which platform we are in?

In terms of modifying the tests, I can help with the effort.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list