Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
Bug 967704 - Skip a few more tests on Android 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrownmozilla committed Apr 1, 2014
1 parent 69d7128 commit e1d0b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion security/manager/ssl/tests/unit/xpcshell.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ fail-if = os == "android" || buildapp == "b2g"
[test_signed_apps-marketplace.js]
[test_cert_eku.js]
# Bug 989485 : this test this fails on slow devices
skip-if = buildapp == "b2g" && processor = "arm"
skip-if = os == "android" || (buildapp == "b2g" && processor == "arm")
requesttimeoutfactor = 4
2 changes: 2 additions & 0 deletions testing/mochitest/android23.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"content/media/webaudio/test": "Android 2.3 only; bug 981889",
"content/media/webspeech": "Android 2.3 only; bug 981886",
"dom/media/tests/mochitest":"Android 2.3 only; bug 981881",
"image/test/mochitest/test_bug512435.html":"Android 2.3 only; bug 910533",
"image/test/mochitest/test_bug767779.html":"Android 2.3 only; bug 943367",
"layout/style/test/test_media_queries.html": "Android 2.3 only; bug 981881"
}
}

0 comments on commit e1d0b6f

Please sign in to comment.