mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 540363 - Make reftest dump INFO line indicating beginning of each test (to help understand timeouts/hangs/crashes). r=dbaron
This commit is contained in:
parent
cfbf3c1afd
commit
4c153406a3
@ -583,6 +583,7 @@ function StartCurrentURI(aState)
|
||||
// there's already a canvas for this URL
|
||||
setTimeout(DocumentLoaded, 0);
|
||||
} else {
|
||||
dump("REFTEST INFO | Loading " + gCurrentURL + "\n");
|
||||
gBrowser.loadURI(gCurrentURL);
|
||||
}
|
||||
}
|
||||
@ -1098,6 +1099,7 @@ function FinishTestItem()
|
||||
{
|
||||
// Replace document with BLANK_URL_FOR_CLEARING in case there are
|
||||
// assertions when unloading.
|
||||
dump("REFTEST INFO | Loading a blank page\n");
|
||||
gClearingForAssertionCheck = true;
|
||||
gBrowser.loadURI(BLANK_URL_FOR_CLEARING);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user