Commit Graph

112 Commits

Author SHA1 Message Date
Andrew McCreight
220f3c6e66 Bug 1222522, part 2 - Inline devicestorage_cleanup() in dom/devicestorage/ tests. r=dhylands 2015-11-20 09:18:22 -08:00
Andrew McCreight
6bfd070b88 Bug 1222522, part 1 - Make most dom/devicestorage/ tests work with e10s. r=dhylands
These tests use devicestorage_setup() in devicestorage_common() to do
two things:

a) Set up preferences using pushPrefEnv().

b) Delete a special directory for testing device storage things, to
make sure it is empty. This requires running a chrome script and
waiting for it to finish.

Actually converting the individual tests requires wrapping up the
rest of the test inside a giant function.

This patch also removes the non-e10s ipc tests, because the other
changes break them. They should not be needed any more, as with this
patch we will be running devicestorage tests on e10s and b2g.
2015-11-20 09:18:22 -08:00
Andrew McCreight
c8dc5e6c95 Bug 1222562, part 2 - Add some comments about failing tests. r=mrbkap 2015-11-10 13:10:23 -08:00
Gregor Wagner
96837db759 Bug 1222478 - Enable more mulet tests. r=gerard-majax 2015-11-06 20:01:45 +01:00
Carsten "Tomcat" Book
08997000eb Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Sebastian Hengst
cdcff6d0a7 Backed out changeset c6b267589d0d (bug 1202902) for Mulet Reftest, W3C Platform Test and other failures. r=backout a=backout on a CLOSED TREE 2015-10-07 13:36:26 +02:00
Shu-yu Guo
52e365bb7b Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest) 2015-10-06 14:00:30 -07:00
Geoff Brown
52d4e225a0 Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
Jonathan Watt
72504969d4 Bug 1177688, part 4 - Add DeviceStorage tests for the new .getFilesAndDirectories() and .path API on Directory. r=baku 2015-06-23 00:31:36 +01:00
Dave Hylands
c2e68029e5 Bug 1173484 - Fix race caused by adding new volumes. r=aosmond
I had to rename GetDiskSpaceFree to avoid a conflict with Win32's
GetDiskSpaceFree which is really a macro (so it would up changing
stuff inside the DeviceStorageFile class).
2015-06-16 19:30:56 -07:00
Ryan VanderMeulen
deabeb4bb7 Bug 1173484 - Skip test_storageAreaListener.html on B2G debug builds due to frequent timeouts.
CLOSED TREE

--HG--
extra : rebase_source : bbeef6b0b37bd102e3177dc5cf8120ce2314d560
extra : amend_source : 5f58f1794e9b6e6b997f851c425b9193395a7d15
2015-06-10 15:22:33 -04:00
Kershaw Chang
3ca7f76c36 Bug 1126694 - Test case. r=dhylands 2015-04-27 19:17:00 +02:00
Jonathan Griffin
d1c61bc9b6 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Kaustabh Datta Choudhury
dc2b11edc2 Bug 1116778 - test_app_permissions.html yields 404, I suspect the test isn't doing what we expect it to. r=jmaher 2015-01-12 09:31:38 -05:00
Ehsan Akhgari
09a262787c Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
We are white-listing the existing set of tests that use setTimeout
like this.  Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.

This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00
Vaibhav Agrawal
722e0bc940 Bug 1083347 - Patch to remove entries in androidx86.json and annotate manifests. r=gbrown 2014-10-31 10:31:00 +01:00
Dave Hylands
27ccb67302 Bug 1068933 - DeviceStorage should only look at files when using since on enumeration. r=janv DONTBUILD 2014-10-24 13:07:06 -07:00
Dave Hylands
1a6ab376f4 Bug 1068933 Backed out changeset e5e33d14ee28. forgot r=janv 2014-10-24 13:09:46 -07:00
Dave Hylands
8aad1e78ec Bug 1068933 - DeviceStorage should only look at files when using since on enumeration. 2014-10-24 13:07:06 -07:00
Benjamin Bouvier
a68d2993a2 Bug 997973: Call typed array and arraybuffer constructors with new in the tree; r=bz 2014-10-24 11:26:20 +02:00
JW Wang
912db79935 Bug 1047268 - Call SpecialPowers.pushPermissions() to ensure permission change is completed before continuing the rest of the tests. r=dhylands 2014-08-01 01:48:00 -04:00
Jim Chen
44d56608f4 Bug 886627 - Fix "ReferenceError: Ci is not defined" in test_dirs.html; r=bustage 2014-07-24 17:29:24 -04:00
Jim Chen
60f49bbf50 Bug 886627 - Add test for non-testing-mode device storage directories; r=dhylands 2014-07-24 16:42:50 -04:00
Jim Chen
ab6ae2a487 Bug 886627 - Fix device storage tests on Android; r=dhylands 2014-07-24 16:42:49 -04:00
Alexandre Poirot
7ea4dd517f Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Alphan Chen
9975aa5330 Bug 855952 - [DeviceStorage] testcase for append file operation. r=dhylands 2014-06-10 14:59:43 +08:00
Yuan Xulei
1e81d62a84 Bug 934367 - Implement createFile for Directory. r=dhylands 2014-03-05 16:40:48 +08:00
Yuan Xulei
3727a70039 Bug 934368 - Implement |remove| and |removeDeep| for Directory. r=dhylands 2014-03-12 14:30:21 +08:00
Yuan Xulei
e5f7baf18c Bug 910412 - Test for checking filesystem API permissions. r=dhylands 2014-03-05 11:23:42 +08:00
Yuan Xulei
b50a38a0bf Bug 910412 - Basic tests for filesystem API. r=dhylands 2014-03-05 11:24:53 +08:00
Bill McCloskey
fd05f3eb04 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
Wes Kocher
3b83e5bb22 Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
4ffd4003b2 Bug 982828 - Followup to fix merge bustage in dom/devicestorage 2014-03-13 19:18:33 -07:00
Bill McCloskey
e784b5aef6 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Bill McCloskey
006786a6b4 Backed out changeset d6261f65070a 2014-03-13 15:52:27 -07:00
Bill McCloskey
ed100f425c Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Dave Hylands
f1ea45eb4c Bug 959591 - Add a test to verify functionality. r=fabrice 2014-03-12 14:15:05 -07:00
Vaibhav Agarwal
d126a07311 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-03-12 06:16:12 -04:00
Ryan VanderMeulen
a154cec3e0 Backed out 5 changesets (bug 910412) for intermittent crash whack-a-mole.
Backed out changeset e3eb9463b3e1 (bug 910412)
Backed out changeset d5863d302bde (bug 910412)
Backed out changeset 422b66d4b1ca (bug 910412)
Backed out changeset 3431d59d752e (bug 910412)
Backed out changeset b1c0310cdac1 (bug 910412)
2014-03-11 12:17:03 -04:00
Ryan VanderMeulen
83c8495e90 Backed out changeset 89ddc7709fa8 (bug 980136) 2014-03-11 12:17:02 -04:00
Yuan Xulei
704ae99c43 Bug 980136 - Fix creating test file failure issue. r=dhylands 2014-03-06 08:43:00 -05:00
Yuan Xulei
55c414c9a5 Bug 910412 - Test for checking filesystem API permissions. r=dhylands 2014-03-05 11:23:42 +08:00
Yuan Xulei
05cf321138 Bug 910412 - Basic tests for filesystem API. r=dhylands 2014-03-05 11:24:53 +08:00
Ted Mielczarek
04dadd3d7d Bug 975455 - Move more Mochitests to manifests. r=jmaher 2014-02-20 10:14:52 -05:00
Dave Hylands
90d5da4c55 Bug 901456 - Fix test_lastModificationFilter.html to verify timestamps when creating test files. r=janv
DONTBUILD
2013-11-22 10:55:36 -08:00
Ryan VanderMeulen
652dbf289b Backed out changeset b421a1fcd9c0 (bug 901456) for landing with the wrong bug number. 2013-11-22 14:04:17 -05:00
Dave Hylands
e628695e10 Bug 910456 - fix test_lastModificationFilter.html to verify timestamps when creating test files. r=janv
--HG--
extra : rebase_source : a128af8ab386767b4255c50aa4d78c5b3d146849
2013-11-22 10:55:36 -08:00
Ms2ger
1ee1f27aa3 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Gregory Szorc
e6acf6270f Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Gregory Szorc
1cff342d15 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00