Commit Graph

6251 Commits

Author SHA1 Message Date
David Burns
52821a7350 Bug 1084125: Merge in desired capabilities when passed in on new session; r=chmanchester
--HG--
extra : rebase_source : 43f1e0cb7ad6aeae94396b654f9fabcbc4e9ad71
2015-02-06 20:25:17 +00:00
Wes Kocher
aee29f654f Backed out changeset ea625e85c72a (bug 1123763) for checktest orange on a CLOSED TREE 2015-02-09 14:00:13 -08:00
Andrew Halberstadt
1d45a432c8 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)

--HG--
extra : rebase_source : 7afc5d677717279e477d420899ba839073de2d8f
2015-02-09 16:13:00 -05:00
Eric Rahm
e1796e296d Bug 1128760 - Part 2: Expose debug_script option. r=jgriffin 2015-02-07 12:22:26 -08:00
Eric Rahm
e5ee58f18c Bug 1128760 - Part 1: Disable onerror hooking in chrome context. r=jgriffin 2015-02-07 12:05:27 -08:00
Henrik Skupin
f7b23887d6 Bug 1130905 - [mozinstall] Fix re-raising of exception in case of failing install or uninstall. r=ahal
--HG--
extra : rebase_source : 455c204936fdf6388fc2d0909e69e6476ad5f71b
2015-02-09 19:03:27 +01:00
Andrew McCreight
458a644324 Bug 1128486 - Increase tab process leak threshold a little. r=erahm
The GeckoMediaPluginService leak slowly grows, so hide it for a little longer.
2015-02-09 11:42:20 -08:00
James Graham
e10e26c257 Bug 1131091 - Disable CSP test causing frequent oranges on a CLOSED TREE 2015-02-09 16:10:48 +00:00
Joel Maher
33d8eaf66d Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM 2014-12-27 00:44:52 +05:30
James Graham
41c239ff27 Bug 1127920 - Re-enable mediasource-redundant-seek.html with longer timeout, r=me 2015-02-09 12:35:28 +00:00
James Graham
71d0fc207d Bug 1129497 - Update web-platform-tests expected data, a = testonly 2015-02-09 12:35:27 +00:00
James Graham
7f25d1e9c4 Bug 1129497 - Update web-platform-tests to revision 63dafe11d04d035a69351c43297cc1ade8171a6b, a=testonly 2015-02-09 12:35:26 +00:00
James Graham
b78f450663 Bug 1124181 - Update to latest wptrunner, r=Ms2ger 2015-02-09 12:35:25 +00:00
Jean-Yves Avenard
2d1aca5010 Bug 1125469: Disable MP4 audio bitrate test. r=me 2015-02-09 23:29:02 +11:00
Phil Ringnalda
35113f86ce Merge b-i to m-c, a=merge 2015-02-07 18:02:06 -08:00
Phil Ringnalda
134d887823 Bug 939509 followup, remove the expectation of failing the FileAPI lastModifiedDate test
CLOSED TREE
2015-02-07 12:41:36 -08:00
Phil Ringnalda
d034395186 Merge m-c to b-i 2015-02-07 09:01:30 -08:00
Wes Kocher
46c5ab34e2 Merge m-c to fx-team a=merge CLOSED TREE 2015-02-06 14:57:26 -08:00
Wes Kocher
5016b7b330 Merge inbound to m-c a=merge CLOSED TREE 2015-02-06 14:44:10 -08:00
J. Ryan Stinnett
e532af229d Bug 1068676 - Make mach test understand subsuites. r=jmaher 2015-02-06 14:36:59 -06:00
Ryan VanderMeulen
b93ed58c9e Merge m-c to inbound. a=merge 2015-02-06 11:36:03 -05:00
Ryan VanderMeulen
404accd2ec Merge b2g-inbound to m-c. a=merge 2015-02-06 11:34:51 -05:00
jlal@mozilla.com
070cfe8c1e 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

--HG--
extra : rebase_source : dff37d59c35efcfc1698f2716e0fc0dc5e86937d
2015-02-06 00:18:42 -08:00
Dhi Aurrahman
e0a3d64aa1 Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
James Graham
ebd7c4fb69 Bug 1124181 - Store local base SHA1 of last web-platform-tests update explicitly, r=ahal 2015-02-06 16:11:51 +00:00
Chris AtLee
f9ae27d247 Bug 1126944: Follow symlinks when removing .pyc from test packages r=ted
--HG--
extra : rebase_source : 3b05d11cd42c7ff23e6467d6fcf2b641dcebd908
2015-02-06 09:31:18 -05:00
Chris Peterson
819e8e3506 Bug 1129336 - Remove nonstandard let blocks from testing/xpcshell. r=chmanchester 2015-01-24 23:34:40 -08:00
Patrick McManus
8daf495b5f bug 1102923 - test_spdy backend separate push body and err handlers r=test-only 2015-02-05 20:44:25 -05:00
Wes Kocher
e1292d67e5 Merge inbound to m-c a=merge CLOSED TREE 2015-02-05 16:55:01 -08:00
Dave Townsend
1590ebd9cf Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe
--HG--
extra : rebase_source : beda0088e7715eeb41525b0123f308068745bd80
2015-02-05 08:09:15 -08:00
Dhi Aurrahman
12e31e4135 Bug 1120649 - document.lastModified should return the current time. r=bz 2015-02-04 18:58:09 +07:00
Patrick McManus
4d59a9ab0f bug 1102923 - give spdy push test an error handler r=test-only 2015-02-05 12:41:26 -05:00
Julien Pagès
f24540129c Bug 1016929 - [mozlog] html formatter imports py.xml, doesn't declare it as a dependency. r=jgraham
--HG--
extra : rebase_source : 249b6ee7f576ce466f77fc063fef4c7fddffa9ec
2015-02-04 09:54:00 +01:00
Chris Manchester
9eac279014 Bug 1128584 - Only log valid status values when processing errors in xpcshell's head.js;r=ted 2015-02-02 13:32:49 -05:00
Patrick McManus
a81485bc2f bug 1129146 - Fix Mochitest NSPR logging upload r=ted 2015-02-04 09:58:37 -05:00
Carsten "Tomcat" Book
94232e75b9 Merge mozilla-central to mozilla-inbound 2015-02-04 15:04:34 +01:00
Carsten "Tomcat" Book
1490f80da3 merge mozilla-inbound to mozilla-central a=merge 2015-02-04 14:10:05 +01:00
Eddy Bruël
bf70818cfb Bug 1126193 - setBreakpoint should not take a full location;r=fitzgen 2015-02-04 07:42:33 +01:00
Kyle Machulis
ee6b3d1cdf Bug 782751 - User Timing API Web Platform Test Metadata update; a=TEST-ONLY 2015-02-03 21:46:23 -08:00
Jean-Yves Avenard
5d731a4ee7 Bug 1125776: Part6. Update webref tests. r=karlt
We only fail those tests due to bug 1065207. Only our duration calculations
are slightly off. Overall all those tests now pass, and do so consistently.
2015-02-02 18:42:53 +11:00
Jean-Yves Avenard
91fa7840a0 Bug 1106776: update test results now that they are consistent. r=karlt
When a subtest times out, it causes the parent to time out as well.
2015-02-02 13:54:47 +11:00
Jean-Yves Avenard
d984bc661d Bug 1128115: Update web-ref tests. r=karlt
Generalize [Test removesourcebuffer event on activeSourceBuffers.] expected result to all platforms using mp4
2015-02-04 20:20:16 +11:00
Jean-Yves Avenard
497cb1f207 Bug 1096089: Update webref tests. r=karlt
Generalize [Test remove with a start at the duration.] expected result to all platforms using mp4
2015-02-04 20:20:15 +11:00
Maciek
7eb1218dcc Bug 1103945 - Add command line tool to merge multiple raw structured logs, r=jgraham
--HG--
extra : rebase_source : e2e07270a584c61bc01d6e68d7bf4e3ff9a451e2
2015-02-02 20:13:50 +01:00
Julien Pagès
f8af85d5f9 Bug 1112913 - Screenshots should return only the view port. r=dburns 2015-02-02 13:57:00 +01:00
Patrick McManus
b8022bae5d bug 1128038 - h2 DAV methods set end_stream bit twice r=hurley 2015-02-02 13:42:23 -05:00
Nicholas Hurley
dd60f331a6 Bug 958712 part 3/3 - CONTINUATION tests r=mcmanus
--HG--
extra : rebase_source : e2598f72e6e767c09defd1f49266aaaab7b14505
2015-01-30 11:13:31 -08:00
Nicholas Hurley
c90e71b450 Bug 958712 part 1/3 - update CI node-http2 to v3.1.1 r=mcmanus
--HG--
extra : rebase_source : 0eeea5f7fd3809d9dbe2a1bed34104ce6336f32a
2015-01-30 11:15:41 -08:00
Nicholas Hurley
0261752854 No Bug - Fix js whitspace in h2 test and server. r=mcmanus
--HG--
extra : rebase_source : 6d89e846b108828e630c5e3aed8e6075bf533f77
2015-01-30 11:29:14 -08:00
jlal@mozilla.com
ecfb944f93 Bug 1130675 - Do not escape input urls in branch.yml a=taskcluster-only r=me 2015-02-06 18:32:10 -08:00