gecko/xpcom/tests/unit
2011-01-14 15:09:34 +00:00
..
data Bug 541594 - extend nsIINIParser to allow writing INI files. p=dolske+benjamin, r=benjamin, r=dolske 2010-02-09 17:05:31 -08:00
compmgr_warnings.manifest Fix and test logging of manifest parsing and registration. I discovered that the outer loop doesn't track line numbers correctly when there are multiple newlines in a row, which requires manual looping instead of using nsCRT::strtok. 2010-06-28 13:55:57 -04:00
test_bug121341.js
test_bug332389.js
test_bug333505.js
test_bug364285-1.js
test_bug374754.js
test_bug476919.js
test_bug478086.js
test_compmgr_warnings.js Bug 616056 - prevent double registration of binary components, which causes crashes due to dead KnownModule pointers, r=Mossop a=blocking 2010-12-03 15:24:22 -05:00
test_file_createUnique.js Bug 551658 - [@ nsIFile::createUnique] crashes with long parent directory names. r=bsmedberg 2010-05-02 10:28:26 +02:00
test_file_equality.js Use the same path comparison behavior for nsIFile::Equals on all platforms. b=491245 sr=bsmedberg 2009-07-08 11:26:07 -04:00
test_hidden_files.js Implement nsIFile::IsHidden without FSRefs on Mac OS X. Fixes failures on virtual file system objects. b=491688 r=bsmedberg 2009-11-02 16:15:40 -05:00
test_iniProcessor.js Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
test_ioutil.js
test_localfile.js Bug 557539: Trying to set nsILocalFile.lastModifiedTime for a directory on windows throws NS_ERROR_ACCESS_DENIED. r=jimm 2010-04-08 12:12:19 -07:00
test_mac_bundle.js
test_nsIMutableArray.js
test_nsIProcess.js Follow up to bug 620101 put the consume pending events functionality inside the for loop where it was originally intended to be. a=test-only fix. 2011-01-14 15:09:34 +00:00
test_pipe.js
test_storagestream.js
test_streams.js
test_stringstream.js
test_symlinks.js Fix test_symlinks.js failure on Mac OS X, match UNIX native target code (use readlink, not realpath). b=516799 r=bsmedberg 2009-09-22 13:37:30 -04:00
test_systemInfo.js Bug 525245 - system-info should expose hardware specs to JS consumers, r=bsmedberg 2009-11-04 15:41:37 +01:00
test_versioncomparator.js