author | Ed Morley <bmo@edmorley.co.uk> |
Sat, 03 Dec 2011 09:21:02 +0000 | |
changeset 81233 | a68c96c1d8e0a64b9008d95ac52e381d88751521 |
parent 81232 | 4f9c2774591376aae41ab13037e4fbc956f9499d (current diff) |
parent 81176 | 9740118b9dcc066bcbb1e62b2ac453d24235fdfd (diff) |
child 81351 | 13afcd4c097cf52b3fb653d9c59ee07bd78d863e |
child 81352 | d662c4cfabaefc4ae662a2940e84eea51b223277 |
child 81372 | 575d46b7119d8cf84c3387ec689f2caf602f269d |
push id | 21564 |
push user | mak77@bonardo.net |
push date | Sat, 03 Dec 2011 11:10:17 +0000 |
treeherder | mozilla-central@a68c96c1d8e0 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 11.0a1 |
first release with | nightly win64
a68c96c1d8e0
/
11.0a1
/
20111203031109
/
files
nightly linux32
nightly linux64
nightly mac
nightly win32
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly win64
11.0a1
/
20111203031109
/
pushlog to previous
|
--- a/browser/base/content/test/Makefile.in +++ b/browser/base/content/test/Makefile.in @@ -43,18 +43,16 @@ relativesrcdir = browser/base/content/t include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk _TEST_FILES = \ test_feed_discovery.html \ feed_discovery.html \ test_bug395533.html \ bug395533-data.txt \ - test_contextmenu.html \ - subtst_contextmenu.html \ ctxmenu-image.png \ video.ogg \ test_offlineNotification.html \ offlineChild.html \ offlineChild.cacheManifest \ offlineChild.cacheManifest^headers^ \ offlineChild2.html \ offlineChild2.cacheManifest \ @@ -67,16 +65,24 @@ include $(topsrcdir)/config/rules.mk bug364677-data.xml^headers^ \ test_offline_gzip.html \ gZipOfflineChild.html \ gZipOfflineChild.html^headers^ \ gZipOfflineChild.cacheManifest \ gZipOfflineChild.cacheManifest^headers^ \ $(NULL) +# test_contextmenu.html is disabled on Linux due to bug 513558 +ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT)) +_TEST_FILES += \ + test_contextmenu.html \ + subtst_contextmenu.html \ + $(NULL) +endif + # The following tests are disabled because they are unreliable: # browser_bug423833.js is bug 428712 # browser_sanitize-download-history.js is bug 432425 # # browser_sanitizeDialog_treeView.js is disabled until the tree view is added # back to the clear recent history dialog (santize.xul), if it ever is (bug # 480169)
--- a/layout/base/tests/test_reftests_with_caret.html +++ b/layout/base/tests/test_reftests_with_caret.html @@ -96,17 +96,16 @@ function endTest() { var isWindows = /WINNT/.test(SpecialPowers.OS); var tests = [ [ 'bug389321-2.html' , 'bug389321-2-ref.html' ] , [ 'bug389321-3.html' , 'bug389321-3-ref.html' ] , [ 'bug482484.html' , 'bug482484-ref.html' ] , [ 'bug585922.html' , 'bug585922-ref.html' ] , - [ 'bug602141-3.html' , 'bug602141-3-ref.html' ] , [ 'bug632215-1.html' , 'bug632215-ref.html' ] , [ 'bug632215-2.html' , 'bug632215-ref.html' ] , [ 'bug633044-1.html' , 'bug633044-1-ref.html' ] , [ 'bug644428-1.html' , 'bug644428-1-ref.html' ] , ]; if (!isWindows) { tests.push([ 'bug106855-1.html' , 'bug106855-1-ref.html' ]); // bug 682837 @@ -114,16 +113,17 @@ if (!isWindows) { tests.push([ 'bug240933-1.html' , 'bug240933-1-ref.html' ]); // bug 681144 tests.push([ 'bug240933-2.html' , 'bug240933-1-ref.html' ]); // bug 681162 tests.push([ 'bug389321-1.html' , 'bug389321-1-ref.html' ]); // bug 683163 tests.push([ 'bug512295-1.html' , 'bug512295-1-ref.html' ]); // bug 681152 tests.push([ 'bug512295-2.html' , 'bug512295-2-ref.html' ]); // bug 681331 tests.push([ 'bug597519-1.html' , 'bug597519-1-ref.html' ]); // bug 680579 tests.push([ 'bug602141-1.html' , 'bug602141-1-ref.html' ]); // bug 681334 tests.push([ 'bug602141-2.html' , 'bug602141-2-ref.html' ]); // bug 682836 + tests.push([ 'bug602141-3.html' , 'bug602141-3-ref.html' ]); // bug 683048 tests.push([ 'bug602141-4.html' , 'bug602141-4-ref.html' ]); // bug 681167 tests.push([ 'bug612271-1.html' , 'bug612271-ref.html' ]); // bug 681032 tests.push([ 'bug612271-2.html' , 'bug612271-ref.html' ]); // bug 680581 tests.push([ 'bug612271-3.html' , 'bug612271-ref.html' ]); // bug 681035 tests.push([ 'bug613433-1.html' , 'bug613433-ref.html' ]); // bug 681332 tests.push([ 'bug613433-2.html' , 'bug613433-ref.html' ]); // bug 681332 tests.push([ 'bug613433-3.html' , 'bug613433-ref.html' ]); // bug 681332 tests.push([ 'bug613807-1.html' , 'bug613807-1-ref.html' ]); // bug 680574