Commit Graph

6294 Commits

Author SHA1 Message Date
David Burns
467073cb64 Bug 1107336: correct loop imports for marionette; r=jgriffin 2015-02-10 00:49:24 +00:00
David Burns
be78a81548 Bug 1107336: Update imports to new Marionette Driver from runner; r=jgriffin 2015-01-05 21:51:03 +00:00
David Burns
cd0bb98181 Bug 1107336: update tests not covered by manifest for when they are ready; r=jgriffin 2014-12-11 15:56:44 +00:00
David Burns
dff135201e Bug 1107336: Update testsuite targets to make sure MarionetteDriver is available; r=jgriffin 2014-12-10 23:54:15 +00:00
David Burns
3693de282b Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin 2014-12-09 20:33:03 +00:00
Andrew Halberstadt
e55738f586 Bug 1129495 - [mozlog] Add optional 'path' attribute to test_start, r=jgraham 2015-02-10 17:11:35 -05:00
Andrew Halberstadt
0c069fd2ef Bug 1123763 - [manifestparser] Implement filter system for manifest.active_tests(), r=ted
A filter is a callable that accepts an iterable of tests and a dictionary of values (e.g mozinfo.info) and returns an iterable of tests. Note filtering can mean modifying tests in addition to removing them. For example, this implements a "timeout-if" tag in the manifest:

    from manifestparser import expression
    import mozinfo

    def timeout_if(tests, values):
        for test in tests:
            if 'timeout-if' in test:
                timeout, condition = test['timeout-if'].split(',', 1)
                if expression.parse(condition, **values):
                    test['timeout'] = timeout
        yield test

    tests = mp.active_tests(filters=[timeout_if], **mozinfo.info)
2015-02-10 09:38:29 -05:00
Carsten "Tomcat" Book
5ac50b27cc merge mozilla-inbound to mozilla-central a=merge 2015-02-11 14:58:16 +01:00
jlal@mozilla.com
f24f16f0c8 Bug 1131450 - Implement chunk specific scheduling for tests r=garndt 2015-02-10 10:53:02 -08:00
Ryan VanderMeulen
4f64105bfc Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2015-02-10 16:05:27 -05:00
Ryan VanderMeulen
256333e4b8 Merge inbound to m-c. a=merge
CLOSED TREE
2015-02-10 16:03:15 -05:00
Wander Lairson Costa
b0b900c761 Bug 1130327: Update phone-builder to use builder image 0.2.6. 2015-02-10 17:36:18 -02:00
jlal@mozilla.com
19d6bf5dba Bug 1131465 - Use tc-vcs to clone gecko outside of mozharness in emulator builds r=me a=taskcluster-only 2015-02-09 23:54:54 -08:00
jlal@mozilla.com
862f058591 Bug 1130778 - Update tc-vcs 2.20 to ensure use of git.mo mirror of repo r=me a=taskcluster-only 2015-02-09 23:39:50 -08:00
Patrick McManus
3e65150607 bug 1130874 - test for alt-svc -06 h2 extension r=hurley 2015-02-08 09:11:22 -05:00
Patrick McManus
207cf8c7c4 bug 1130874 - h2 test server altsvc 06 r=hurley
This only updates node-http2 for mozilla's CI needs by supporting
sending of the AltSvc frame (-06). It does not implement receiving or
the node internal tests.
2015-02-08 09:00:39 -05:00
Alexandre Lissy
1f778d301f Bug 1129173 - Properly detect B2G for workers interface tests. r=bent
Make use of SpecialPowers.isB2G to do the proper detection, and fix
mochitest execution for Mulet to include some B2G-specific prefs.
2015-02-10 06:51:00 +01:00
Ian Moody
9d6c8130f5 Bug 1096800 - Default sans-serif font for zh-CN on windows is mapped to SimSun, which is actually a serif font. r=jmaher 2015-02-10 10:38:00 +01:00
Dave Hunt
67519972ab Bug 1130358 - [mozlog] Bump version to 2.10. r=jgraham 2015-02-06 04:47:00 -05:00
Joel Maher
d77dce24d2 Bug 1110982 - [backout] tracking bug to get --run-by-dir enabled for 'oth' job on trunk. r=RyanVM 2015-02-10 09:07:32 -05:00
Alexandre Lissy
8d98e06403 Bug 1130287 - Expose isB2G in SpecialPowers. r=sicking
Some mochitests needs to behave differently when ran on B2G Desktop.
Currently, this is implemented using user agent string detection,
mostly relying on "Mobile" being present and "Android" being absent.
This is only true on B2G Desktop when ran on Try because the mozconfig
defined FXOS_SIMULATOR and that, per bug 1115935, this substring is only
added in this case, but not if just MOZ_B2G is defined. A better
approach is to expose 'isB2G' in SpecialPowers for this kind of
detection.
2015-02-08 10:09:00 +01:00
jlal@mozilla.com
f401d46a5c Bug 1131169 - Attempt to enable some emulator-kk tests r=garndt 2015-02-07 15:11:01 -08:00
jlal@mozilla.com
5651372600 Bug 1131166 - Update mochitest symbol to use tc prefix r=garndt 2015-02-07 14:13:51 -08:00
jlal@mozilla.com
793ed61f2c Bug 1131165 - Increase xpcshell timeout to closer to 2 hours r=garndt 2015-02-07 12:30:20 -08:00
jlal@mozilla.com
402508a5c2 Bug 1131164 - Add mozharness generated logs as artifacts r=garndt 2015-02-07 08:21:49 -08:00
jlal@mozilla.com
688223133e Bug 1131160 - Remove caching of gaia due to issues updating clones on tester r=garndt 2015-02-07 01:16:21 -08:00
jlal@mozilla.com
2d0db0b4c7 Bug 1124340 - Add buildbot step lines to tester image r=garndt 2015-02-07 00:55:46 -08:00
jlal@mozilla.com
010c36487c Bug 1131156 - Add tc-vcs cache to tests r=garndt 2015-02-07 00:27:40 -08:00
jlal@mozilla.com
75ee79ed94 Bug 1130696 - Update pull gaia script to use correct version based on gaia.json in gecko r=garndt 2015-02-09 21:54:55 -08:00
jlal@mozilla.com
8670996907 Bug 1131154 - Use fake buildprops file to bypass use of buildbotconfigs in mozharness r=garndt 2015-02-07 00:01:23 -08:00
jlal@mozilla.com
cebcd7ff6b Bug 1131152 - Update tester image to use tc-vcs and download mozharness r=garndt 2015-02-06 23:08:48 -08:00
jlal@mozilla.com
16867df8cc Bug 1130683 - Use stable owner name which will never fail r=garndt 2015-02-09 21:53:26 -08:00
James Graham
0e5201226f Bug 1131091 - Disable CSP test causing frequent oranges on a CLOSED TREE 2015-02-09 16:10:48 +00:00
Joel Maher
1607ba6ded Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM 2014-12-27 00:44:52 +05:30
James Graham
8fa5947fdf Bug 1127920 - Re-enable mediasource-redundant-seek.html with longer timeout, r=me 2015-02-09 12:35:28 +00:00
James Graham
b290c4239e Bug 1129497 - Update web-platform-tests expected data, a = testonly 2015-02-09 12:35:27 +00:00
James Graham
412ca0652e Bug 1129497 - Update web-platform-tests to revision 63dafe11d04d035a69351c43297cc1ade8171a6b, a=testonly 2015-02-09 12:35:26 +00:00
James Graham
8d98504c66 Bug 1124181 - Update to latest wptrunner, r=Ms2ger 2015-02-09 12:35:25 +00:00
Jean-Yves Avenard
a74d986e7d Bug 1125469: Disable MP4 audio bitrate test. r=me 2015-02-09 23:29:02 +11:00
Phil Ringnalda
4ff351fa76 Merge b-i to m-c, a=merge 2015-02-07 18:02:06 -08:00
Phil Ringnalda
193d512dd0 Bug 939509 followup, remove the expectation of failing the FileAPI lastModifiedDate test
CLOSED TREE
2015-02-07 12:41:36 -08:00
Phil Ringnalda
5badbdb8a4 Merge m-c to b-i 2015-02-07 09:01:30 -08:00
Wes Kocher
e57b60f198 Merge m-c to fx-team a=merge CLOSED TREE 2015-02-06 14:57:26 -08:00
Wes Kocher
121be22948 Merge inbound to m-c a=merge CLOSED TREE 2015-02-06 14:44:10 -08:00
J. Ryan Stinnett
172d320f21 Bug 1068676 - Make mach test understand subsuites. r=jmaher 2015-02-06 14:36:59 -06:00
Ryan VanderMeulen
f628dacd88 Merge m-c to inbound. a=merge 2015-02-06 11:36:03 -05:00
Ryan VanderMeulen
781961b676 Merge b2g-inbound to m-c. a=merge 2015-02-06 11:34:51 -05:00
jlal@mozilla.com
00580cc0fd Bug 1130106 - Schedule b2g-inbound jobs r=garndt
- Update scopes in decision task to something easier to use locally
  - Schedule flame builds (they may fail now)
  - Add optional revision-hash argument to decision task mach target
  - Use b2gtest worker type for tests
  - Use build specific worker types
2015-02-06 00:18:42 -08:00
Dhi Aurrahman
a3d52372b7 Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
James Graham
1d93a6f055 Bug 1124181 - Store local base SHA1 of last web-platform-tests update explicitly, r=ahal 2015-02-06 16:11:51 +00:00