Open Bug 983867 Opened 10 years ago Updated 2 years ago

mochitest.ini files contain lots of non-tests

Categories

(Testing :: Mochitest, defect)

x86_64
Linux
defect

Tracking

(Not tracked)

People

(Reporter: billm, Unassigned)

References

(Blocks 2 open bugs)

Details

Attachments

(3 files)

Attached file mochitest-plain issues
While working on bug 938019, I found that there appear to be a lot of things that aren't tests listed as tests in mochitest.ini files. Usually they have a name like test_something.js, which is rejected by the server.js code. I'm attaching a complete list of these for mochitest-plain.
Attached file chrome issues
Here are the problems with chrome tests.
browser-chrome only has one issue:

Error: browser_637020_slow.sjs from manifest /home/billm/mozilla/in1/objdir-ff-dbg/_tests/testing/mochitest/browser/browser/components/sessionstore/test/browser.ini is not a valid test
It's entirely possible that these are just things I screwed up in translation. Sorry about that!
I cooked up a little python script to patch the manifests in a semi-automated way and was able to clean up Linux M1 without too much trouble. I'll continue to look at this.
Assignee: nobody → dminor
Try run is here: https://tbpl.mozilla.org/?tree=Try&rev=e40158f03d6d

Unfortunately, a number of the non-tests are under 'imptests' and will need to be fixed upstream.
Attachment #8425509 - Flags: review?(ted)
Comment on attachment 8425509 [details] [diff] [review]
Remove some non-tests from mochitest manifests

Review of attachment 8425509 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/encoding/test/unit/moz.build
@@ +1,5 @@
>  # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
>  # vim: set filetype=python:
>  # This Source Code Form is subject to the terms of the Mozilla Public
>  # License, v. 2.0. If a copy of the MPL was not distributed with this
>  # file, You can obtain one at http://mozilla.org/MPL/2.0/.

Looks like you could remove this entire moz.build file, since it's empty now. (And remove it from wherever it's listed in DIRS.)

::: webapprt/test/content/mochitest.ini
@@ -4,5 @@
>    test.webapp
>    test.webapp^headers^
>  
> -[webapprt_sample.html]
> -[webapprt_indexeddb.html]

Huh, I wonder how these wound up in here if they're not used anywhere?
Attachment #8425509 - Flags: review?(ted) → review+
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #7)
> Comment on attachment 8425509 [details] [diff] [review]
> Remove some non-tests from mochitest manifests
> 
> ::: webapprt/test/content/mochitest.ini
> @@ -4,5 @@
> >    test.webapp
> >    test.webapp^headers^
> >  
> > -[webapprt_sample.html]
> > -[webapprt_indexeddb.html]
> 
> Huh, I wonder how these wound up in here if they're not used anywhere?

I found out a while ago that the webapp runtime tests kind of piggyback on mochitest manifests. They really should use their own manifests, but for some reason they don't. When someone tries to run webapp runtime tests, we act as if we're running mochitests, but we use a different filename filter. Anyway, I think that removing these lines will break webapp runtime tests. We don't run these on tinderbox now, but somebody will probably get irked if they're removed.
Mentor: vaibhavmagarwal
Assignee: dminor → nobody
Mentor: vaibhavmagarwal
Blocks: 1039172
is there anything left here to sort out?  I am under the impression this is resolved - at the very least we should document in this bug what is left if anything.
(In reply to Joel Maher (:jmaher) from comment #10)
> is there anything left here to sort out?  I am under the impression this is
> resolved - at the very least we should document in this bug what is left if
> anything.

The patch above fixed some things, but my try run was only for linux. I think some problems showed up on other platforms. I unassigned myself because I thought Vaibhav was going to mentor a contributor on this bug, but it looks like there was a miscommunication.

I guess we should see if we can resurrect my patch and land it, then file separate follow up bugs to clean up the webapprt tests and the upstreamed tests.
It looks like everything here has subsequently been fixed except for tests under dom/imptests which are imported from an upstream w3c repository.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: