Bug 4572 - layout test machinery can't handle tests with applets that have code attributes
Summary: layout test machinery can't handle tests with applets that have code attributes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks: 4565
  Show dependency treegraph
 
Reported: 2005-08-21 17:41 PDT by Darin Adler
Modified: 2005-09-04 13:05 PDT (History)
1 user (show)

See Also:


Attachments
Disable java and update tests (17.56 KB, patch)
2005-08-22 13:56 PDT, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-08-21 17:41:35 PDT
We don't want layout tests to load Java.

To take care of that, we altered the applet-related tests to not specify a code attribute. That breaks this 
test:

    HTMLAppletElement04

We either have to fix this problem or disable this test.
Comment 1 Anders Carlsson 2005-08-22 04:05:25 PDT
Just disabling Java in the tests worked fine for me. I have a patch for this at home, but I'm in school now.
Comment 2 Darin Adler 2005-08-22 08:57:23 PDT
Excellent!
Comment 3 Anders Carlsson 2005-08-22 13:56:17 PDT
Created attachment 3520 [details]
Disable java and update tests
Comment 4 Darin Adler 2005-08-22 16:04:09 PDT
Comment on attachment 3520 [details]
Disable java and update tests

r=me