Commit Graph

63 Commits

Author SHA1 Message Date
Panagiotis Koutsourakis
835036b234 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Ed Morley
6e731c995a Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rail Aliiev
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Malini Das
643e305d72 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
Luyun Xie
c896e81c66 Bug 113580 - switch uses of getAttribute to hasAttribute whenever possible; r=sdwilsh 2011-05-08 20:14:16 +02:00
Mitchell Field
8969bddd5d Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
Chris Leary
68f59b250f Merge tracemonkey to mozilla-central. (a=blockers) 2011-01-31 19:43:36 -08:00
Phil Ringnalda
ed636d33c8 Bug 628984 - Don't hit the network in test_Microformats_hCalendar.html, rs=gavin, a=test 2011-01-28 22:54:01 -08:00
Jonas Sicking
e2e4d15e26 Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal). 2011-01-29 18:47:17 -08:00
Ehsan Akhgari
79c5f2633d Bug 490152 - test_framerecursion.html | Error thrown during test: onLoad is not defined - got 0, expected 1; r=gavin a=orange-fix 2010-11-22 03:13:37 -05:00
Ehsan Akhgari
f7d521c206 Bug 488233 - test_Microformats_getters.html | Error thrown during test: test_MicroformatsAPI is not defined - got 0, expected 1; r=gavin a=orange-fix 2010-11-22 03:13:37 -05:00
Benjamin Stover
79dd986de4 Bug 586740 - Microformats test leak fix. r=kaply 2010-08-13 18:40:13 -07:00
Michael Kohler
61fec64afe Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Henri Sivonen
8a72d38cad Bug 546647 - Make test_Microformats_hCard.html not depend on <area> parsing outside <map>. r=jonas. 2010-02-22 14:17:35 +02:00
Joel Maher
c0ce59f423 Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE 2010-03-12 13:53:36 -08:00
Brad Lassey
cf8558308e backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher
fc440b802d Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert 2010-03-09 08:55:39 -08:00
Kyle Huey
74827fb435 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher
3ff94711b5 Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer 2010-03-08 19:21:33 -08:00
Clint Talbert
a7c210544a Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher
b51e4506cb Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00
L. David Baron
fa4100d180 Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
e198b6fecb Bug 489953 Remove extraneous semicolons
r=gavin
2009-05-03 09:28:43 -07:00
Michael Kaply
9cc8db37d6 Bug #430540 - r=sayrer - Microformats - handle microformats in a floated div 2008-09-21 20:14:45 -05:00
Michael Kaply
eba3b45011 Bug #433884 - r=sayre - Microformats - Invalid geos should not appear in vcard at all 2008-09-21 19:05:06 -05:00
Michael Kaply
fc70ee1e19 Bug #430691 - r=sayre - microformats - When parsing tel or email, ignore type when inferring value 2008-09-21 18:48:15 -05:00
Michael Kaply
631ab1333a Bug #429181 - Microformats - header/include coexistence not working
r=sayre
2008-09-14 22:37:41 -05:00
Michael Kaply
c0d02c209e Bug #430672 - Microformats - Collapse whitespace in value design pattern
r=sayre
2008-09-14 22:15:00 -05:00
Michael Kaply
46dc283a01 Bug #433759 - Microformats - handle empty hCalendar description
r=sayre
2008-09-14 18:58:05 -05:00
Ted Mielczarek
2307891e93 bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Neil Deakin
d01a68afe9 Bug 111034, add clientXXX, scrollXXX properties, attempt 2, r+sr=roc, attempt 2 with microformat fix 2008-08-15 18:26:37 -04:00
Ted Mielczarek
5dcd5a4123 bug 446346 - test_Microformats_count.html can fail sporadically with Error thrown during test: test_MicroformatsAPI is not defined - got 0, expected 1. fix the test to move the script block before an iframe whose onload calls a function from it. r=mkaply 2008-07-22 16:28:47 -04:00
Clint Talbert
52c3ebe262 bug 427457 - More tests for microformat API, forgot to add the test files r=mkaply 2008-06-25 18:59:30 -07:00
Clint Talbert
4d821cb7cb bug 427457 r=mkaply 2008-06-25 18:47:23 -07:00
56fe97e343 Bug 432611: given-name and family-name should be plural properties, patch by Michael Kaply <mozilla@kaply.com>, r=sayrer, a=schrep 2008-05-07 18:15:12 -07:00
63e0d96561 Putting back since orange wasn't affected 2008-05-01 15:43:42 -07:00
7de9843176 Backing out to try to fix orange 2008-05-01 12:03:48 -07:00
82c8b861bc 427456 - r=sayrer, a=beltzner - rename recurseFrames to recurseExternalFrame in uF api 2008-04-30 14:36:52 -07:00
031966c5fb 430466, r=sayre, a=dsicore, Need to check against undefined to determine existence so we handle 0 lat/long 2008-04-23 13:10:12 -07:00
6ac0458dca 427456, r=sayrer, a=beltzner, make sure we get the correct document for enumerating frames 2008-04-16 14:10:19 -07:00
47125113e5 429151, r=sayrer, a=beltzner, don't do internal version checking when adding microformats 2008-04-15 13:55:02 -07:00
142ac94dac Bug 420882 - r=sayrer, a=schrep - do some validation of geo lat/long 2008-03-19 12:52:54 -07:00
ca75dbb352 bug 420144 - r=sayrer, a=schrep - only bubble up mf properties if the parent microformat wouldn't want it anyway 2008-03-19 12:20:41 -07:00
b903dafb2f bug 419483 - r=sayrer, a=schrep - switch from using getBoxObjectFor to getBoundingClientRect 2008-03-19 12:11:03 -07:00
46488625b8 419433 - r=sayrer, a=beltzner - add back my own ISO date parsing - see bug for more details 2008-02-28 07:38:41 -08:00
4fada3ae46 Sorry. Thought approval 1.9 was enough 2008-02-27 07:03:44 -08:00
c09f3034fc 419433 - r=sayrer, a=beltzner - add back my own ISO date parsing - see bug for more detals 2008-02-27 05:28:55 -08:00
9d3f239c2a 418881 - r=sayrer, a=beltzner - better handling of mf properties that can be HTML or text and a couple comment fixes 2008-02-21 13:28:02 -08:00
96e2afa36d 416134 - r=sayrer, a=schrep - properly handle nested microformats 2008-02-21 08:11:00 -08:00
f6cf75fef1 416197 - r=sayrer, a=schrep - value excerpting only applies to child nodes 2008-02-13 07:39:52 -08:00