Commit Graph

214 Commits

Author SHA1 Message Date
Brian O'Keefe
5f8b5163e8 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Varun Joshi
c19f6afe37 Bug 862765 - Fixed undefined OS.Shared.TEST. r=yoric 2013-06-13 09:35:12 -04:00
Yura Zenevich
94cce00d46 Bug 881483 - Remove noOptions constant in favor of an object literal. r=yoric 2013-06-11 09:50:35 -04:00
Ryan VanderMeulen
5886e34d0a Bug 845190 - Revert previous attempt to fix and re-disable tests. 2013-06-11 08:12:06 -04:00
David Rajchenbach-Teller
7d979ba1c8 Bug 845190 - Re-enable test_logging.js and test_645970.js on all platforms. r=yoric 2013-06-10 22:07:41 -04:00
David Rajchenbach-Teller
153c7c8f28 Bug 874435 - Assume lower file system time precision. r=froydnj 2013-05-30 11:25:48 -04:00
David Rajchenbach-Teller
710477fb5d Bug 874425 - More logging in outExecutionDuration tests. 2013-05-29 20:56:08 -04:00
Yura Zenevich
dd786d23f0 Bug 866293 - Increase test timeout threshold once more to a 1000MS to avoid intermittent test failures. r=yoric 2013-05-29 19:26:41 -04:00
Gregory Szorc
14c4938355 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
Kushagra Sinha
fabc3cd2c5 Bug 870622 - Unexpected Unix error when filename is not defined. Typechecking for |writeAtomic| function. r=yoric 2013-05-16 20:27:27 +05:30
Joey Armstrong
2dbf79e9a4 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Phil Ringnalda
c45dc91272 Bug 845190 - Disable test_logging.js on Windows debug for permaorange from thread pool assertions when random JS engine patches land
--HG--
extra : rebase_source : 18b52f714e7ac4d81e8bf2e365930b57ed867a1f
2013-05-06 18:34:53 -07:00
Yura Zenevich
509af88951 Bug 866293 - Increase test timeout threshold to avoid intermittent test failures. r=Yoric 2013-04-30 10:26:46 -04:00
Joey Armstrong
8e99512c32 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Yura Zenevich
01729f196d Bug 862570 - Add a preference for an observer listening for test.osfile.web-workers-shutdown. r=yoric 2013-04-26 10:10:59 -04:00
Norbert Lindenberg
bee0c7c55b Bug 845190 - Made test_logging.js correctly ignore messages it wants to ignore. r=dteller 2013-04-25 14:57:13 -07:00
Ginn Chen
c5f1a2eafa Bug 861829 Fix symbol names of *stat on Solaris, make |dirent| work on Solaris r=dteller 2013-04-25 10:08:31 +08:00
David Rajchenbach-Teller
b3a06a9357 Bug 858723 - Fix _fdmsg test in async OS.File. r=froydnj 2013-04-23 08:22:15 -04:00
Yura Zenevich
2f2ba8d262 Bug 861264 - Add support for options argument for OS.File.read method. r=Yoric 2013-04-14 21:32:07 -04:00
David Rajchenbach-Teller
0f84b6184e Bug 860291 - Fix options check in osfile_async_worker.js. r=froydnj 2013-04-12 08:20:31 -04:00
Jonathan Laver
de0a0e8351 Bug 851044 - Modified stringifyArgs to use the objects toString method if it is not Object.prototype.toString when logging. r=Yoric 2013-04-05 10:29:16 +01:00
Sunny
e8cbacf509 Bug 854350 - Add some cleanup code which fixes mochitest failures. r=Yoric 2013-04-02 10:16:28 -04:00
Sunny
eeb7ae30fb Bug 854350 - [OS.File] Clean up code by using default arguments. r=Yoric 2013-04-02 10:15:41 -04:00
Kyle Machulis
5aa83c3e11 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
David Rajchenbach-Teller
96ccd1fb65 Bug 853860 - outExecutionDuration now accumulates durations. r=froydnj 2013-04-01 10:37:51 -04:00
Kyle Machulis
c79ccc0693 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
David Rajchenbach-Teller
3b8df8a0e5 Bug 846848 - UNC-formated paths. r=froydnj 2013-03-29 11:29:28 -04:00
Florian Quèze
9126df76fb Bug 855112 - OS.File.read fails with a "reference to undefined property options.bytes" JS Error, r=Yoric. 2013-03-28 14:46:45 +01:00
David Rajchenbach-Teller
bc607409db Bug 852143 - Write strings efficiently in OS.File. r=froydnj 2013-03-28 09:16:13 -04:00
Ryan VanderMeulen
1bf803e305 Backed out changeset ed90c16f9b22 (bug 854350) for mochitest-other failures on a CLOSED TREE. 2013-03-27 12:08:08 -04:00
Ryan VanderMeulen
ea501c8f71 Backed out changeset ef6fba6c2878 (bug 852143) for mochitest-other orange on a CLOSED TREE. 2013-03-27 12:05:32 -04:00
Sunny
dd39873ac9 Bug 854350 - [OS.File] Clean up code by using default arguments. r=Yoric 2013-03-27 10:52:46 -04:00
David Rajchenbach-Teller
2e2328533b Bug 852143 - Write strings efficiently in OS.File. r=froydnj 2013-03-27 10:52:46 -04:00
Cykesiopka
3c94bef49d Bug 802989 - [OS.File] Fix documentation of OS.Path. r=Yoric 2013-03-27 10:52:46 -04:00
Mike Shal
9680b82df6 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Yura Zenevich
4133db401e Bug 848278 - Add an |outExecutionDuration| option to all osfile operations that support options argument. It will be udpated with the actual time it took to perform the operation off the main thread. r=yoric 2013-03-19 09:23:59 -04:00
Gregory Szorc
f0b7e3972c Merge mozilla-central into build-system
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
faf262c4ee Merge mozilla-central into build-system
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
14545664e3 Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
David Rajchenbach-Teller
a266fca5cd Bug 840436 - OS.File.writeAtomic without flush doesn't rename anymore. r=froydnj 2013-02-25 09:07:16 -05:00
Yura Zenevich
05e0efe5f1 Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric 2013-02-20 08:50:51 -05:00
Ryan VanderMeulen
0a21e6f55c Backed out changeset eac4470ca9f2 (bug 777712) for xpcshell failures. 2013-02-19 12:28:10 -05:00
Yura Zenevich
9121e273a7 Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric 2013-02-19 11:23:11 -05:00
Yura Zenevich
0a1fffba5c Bug 828204 - Make if DEBUG statements internal to LOG in osfile. Add new TEST flag for logging into Console.services. r=yoric 2013-02-16 10:40:15 -05:00
David Rajchenbach-Teller
b0f2f97bcf Bug 840887 - Test the behavior of DirectoryIterator when the directory doesn't exist. r=froydnj 2013-02-26 12:08:51 -05:00
David Rajchenbach-Teller
d9de4189d3 Bug 840887 - DirectoryIterator.prototype.exists - asynchronous version. r=froydnj 2013-02-26 12:08:28 -05:00
David Rajchenbach-Teller
40c86b9211 Bug 840887 - Fix behavior of DirectoryIterator when the directory doesn't exist - Windows version. r=froydnj 2013-02-26 12:08:07 -05:00
David Rajchenbach-Teller
89fd452b5b Bug 840887 - Fix behavior of DirectoryIterator when the directory doesn't exist - Unix version. r=froydnj 2013-02-26 12:07:42 -05:00
David Rajchenbach-Teller
26b162dde1 Bug 840436 - [OS.File] writeAtomic without flush. r=froydnj 2013-02-14 09:11:58 -05:00