Closed Bug 342233 Opened 18 years ago Closed 15 years ago

run TestGtkEmbed as part of unittests

Categories

(Release Engineering :: General, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: dbaron, Unassigned)

Details

There are a bunch of tests already in build-seamonkey-util.pl that use TestGtkEmbed.  We need to get a tinderbox running one of them (not codesize) that fails if it can't start up.

Having a usable embedding app is often critical for layout debugging; otherwise it's impossible to find what you want amid all the XUL stuff happening.

Lately TestGtkEmbed only seems to work about half the time, and that's not good enough.  (Or maybe I'm just forgetting the right GRE incantation needed to start it, which needs to be documented somewhere, but I really think GRE_HOME=. worked last week.)  The tree needs to be closed if it can't start up.
Well, I found a way to work around my problems:
./firefox -chrome data:text/html,<iframe width=300 height=300 src="http://www.webstandards.org/act/acid2/test.html#top"'
No longer blocks: reflow-refactor
GTKMozEmbed will only work "properly" in libxul builds, with GRE_HOME set. In non-libxul builds of Firefox you'll need to use run-mozilla.sh in addition. GtkMozEmbed is not even built in static Firefox builds.
I set GRE_HOME=. and used ./run-mozilla.sh and it crashed on startup.  Which is why I think we need a tinderbox.
Alice/Robcee - can this be handled by either the unit test framework or the new perf test framework? Please take this bug if so :)
Assignee: build → nobody
Component: Tinderbox Platforms → Testing
Product: mozilla.org → Core
QA Contact: dbaron → testing
Version: other → Trunk
I think we could add it to the unit testing framework. I'll take a look.
Status: NEW → ASSIGNED
TestGtkEmbed currently builds, right?
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Version: Trunk → other
1) I've updated the summary, base on as best as I understand the discussion here. Let me know if I missed anything. 

2) Are these tests in build-seamonkey-util.pl done as a self-contained set,(and should be a new suite) or are they scattered, and should be added to an existing suite?

3) Per comment#3 these proposed tests were failing on startup. I assume these tests do pass now? 

4) Quick scan of mozilla-central by ctalbert finds many references. Are elements of this already in place? 
http://mxr.mozilla.org/mozilla-central/search?string=testgtkembed


Moving to future until we figure out what is to be done here.
Component: Release Engineering → Release Engineering: Future
Summary: need a tinderbox running one of the tests using TestGtkEmbed → run TestGtkEmbed as part of unittests
Is this still necessary?
Status: ASSIGNED → NEW
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Moving closed Future bugs into Release Engineering in preparation for removing the Future component.
Component: Release Engineering: Future → Release Engineering
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.