Bug 12930 - fast/leaks/003.html fails on buildbot but not locally
Summary: fast/leaks/003.html fails on buildbot but not locally
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 11:51 PST by Geoffrey Garen
Modified: 2007-02-28 11:51 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2007-02-28 11:51:31 PST
Here's an example failure on the buildbot:

--- /Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/post-commit-powerpc-mac-os-x/build/LayoutTests/fast/leaks/003-expected.txt	2007-02-27 16:44:27.000000000 -0800
+++ layout-test-results/fast/leaks/003-actual.txt	2007-02-28 08:13:55.000000000 -0800
@@ -1,4 +1,4 @@
 This test verifies that garbage collection successfully cleans up after the destruction of a frame containing a JavaScript interpreter. If the test passes, you'll see a PASS message below.
 
-PASS: 20 garbage JS objects or fewer left uncollected after destroying a frame.
+FAIL: 94 garbage JS objects left uncollected.
 
I can't reproduce this failure on my Intel or PPC machine.

I'm disabling this test for now. Hopefully we can return to it when we have some free time.