Commit Graph

14671 Commits

Author SHA1 Message Date
Brian Birtles
e754344e5f Bug 1332206 - Move tests for timing functions with inputs outside [0, 1]; r=hiro
These should be part of the tests for the transformed distance since that is
currently the only place where they can occur.

This patch also revises the test descriptions somewhat to make it clearer what
is being tested.

MozReview-Commit-ID: D4YfAiZUBYR

--HG--
extra : rebase_source : 778034d7bd02431cb2ebaee7da7e1fe3f745c400
2017-02-08 09:25:30 +09:00
Brian Birtles
0a80bcf958 Bug 1332206 - Add missing tests for steps-end in delay phase; r=hiro
(Once we remove the special clamping behvaior later in this patch series, the
added test here will fail if we don't add special handling for the case
when the progress is zero and we are in the delay phase.)

MozReview-Commit-ID: Dnon2soE1Se

--HG--
extra : rebase_source : c1045d168211bf73ff28102e7177653eedc8b6f2
2017-02-08 09:25:29 +09:00
Brian Birtles
a839899d81 Bug 1332206 - Drop checking width in step timing function tests; r=hiro
We only use this once to test the timing function when applied to a keyframe.
Now that we have tests for this in

  animation-model/keyframe-effects/effect-value-transformed-distance.html

we can drop the check here and simplify these tests considerably.

Also, 'progress' is always set so we can drop the check for an undefined value.

MozReview-Commit-ID: 39ajHZBRWBf

--HG--
extra : rebase_source : 548fcfadd97888be126f746bcd1b0113156ce034
2017-02-08 09:25:29 +09:00
Brian Birtles
0ebc2a632d Bug 1332206 - Drop step timing function for compositor animations; r=hiro
This seems like a Gecko-specific test and even then it's not clear why we
expect the result could be different in this case.

MozReview-Commit-ID: Ix8jZLobwcA

--HG--
extra : rebase_source : 9068b8bbd3efc30a588d704eaee3d172824f176c
2017-02-08 09:25:29 +09:00
Brian Birtles
12dad7eff5 Bug 1332206 - Move step timing function tests; r=hiro
MozReview-Commit-ID: HdBtYjbL2la

--HG--
extra : rebase_source : 37fd2e03feadb1a720fc84a7b610a82efd926275
2017-02-08 09:25:29 +09:00
Brian Birtles
81fb137b73 Bug 1332206 - Add tests for keyframe easing; r=hiro
MozReview-Commit-ID: HkWyQXjr7P5

--HG--
extra : rebase_source : 03d4e0d6fd4b676b1ac50cadc0f901e0fd9250d4
2017-02-08 09:25:28 +09:00
Brian Birtles
aff2f33999 Bug 1332206 - Simplify invalid easing tests; r=hiro
This doesn't need to be an array of objects when a simple array would do.

MozReview-Commit-ID: 1gtdhG5RPSy

--HG--
extra : rebase_source : ebe92fc91cd94d3b54277810e300b6bba570c8c5
2017-02-08 09:25:28 +09:00
Brian Birtles
4112f0633f Bug 1332206 - Rename effect easing tests to easing tests; r=hiro
These tests are generic enough to be used for either effect easing or keyframe
easing.

MozReview-Commit-ID: 5cpnkiCv0z1

--HG--
rename : testing/web-platform/tests/web-animations/resources/effect-easing-tests.js => testing/web-platform/tests/web-animations/resources/easing-tests.js
extra : rebase_source : eef374243f4a03c7a1fa8f01d04bf0457177848a
2017-02-08 09:25:28 +09:00
Brian Birtles
a650d426c7 Bug 1332206 - Rework tests for linear-equivalent cubic-bezier timing functions from effect-easing.html; r=hiro
The purpose of these tests appears to be to check that a linear-equivalent
cubic-bezier timing function (e.g. 'cubic-bezier(0, 0, 0, 0)') does not affect
the result such as clamping values out of the [0, 1] range.

This test really is testing the calculation of the 'transformed distance' in
the "The effect value of a keyframe effect" so we move the test there and
rework it to more clearly test what it is intended to cover.

MozReview-Commit-ID: 9sEr7MlVZKL

--HG--
extra : rebase_source : 290f5d875db32f9396264b76652c02d8b2976bee
2017-02-08 09:25:27 +09:00
Brian Birtles
907ba02e66 Bug 1332206 - Move tests for effect easing to timing-model; r=hiro
This set of tests are really just testing that we apply the timing function to
the animation effect so they belong in the appropriate part of the timing model
tests (and should check getComputedTiming not getComputedStyle).

I've also started to update tests to ES6 where appropriate since it seems
arrow functions, template literals, etc. are all supported on all UAs that
are implementing or likely to implement Web Animations.

MozReview-Commit-ID: 3kXao0Xi0BA

--HG--
extra : rebase_source : dd46913675b83fcb4c8c263b02c4d1c9cc23855f
2017-02-08 09:25:27 +09:00
Brian Birtles
806d8eb6c8 Bug 1332206 - Tidy up visibility tests to use single quotes and drop periods at end of test assertions; r=hiro
MozReview-Commit-ID: E5jloD49U0a

--HG--
extra : rebase_source : c6e2ab3a74b34057c906f64e1f32f12e95e603ea
2017-02-08 09:25:27 +09:00
Brian Birtles
b03c6b4fd4 Bug 1332206 - Split effect value tests into separate files; r=hiro
The file naming here is based on the existing effect-value-context.html file,
i.e. we break up all the tests for the calculation the effect value into
separate files named effect-value-***.html.

MozReview-Commit-ID: LY46vX3mHh7

--HG--
rename : testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html => testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html
rename : testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html => testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-visibility.html
extra : rebase_source : bdd2ce7259de59d802b6e45800b238df520ec648
2017-02-08 09:25:26 +09:00
Wes Kocher
95ae929bd7 Merge m-c to autoland, a=merge
MozReview-Commit-ID: AY7XekuIyIs
2017-02-07 16:56:19 -08:00
Geoff Brown
19850b6203 Bug 1324470 - Add support for |mach test-info|; r=gps,ekyle
The test-info command provides a report of test results for a named
test on a set of branches over a time period. Test results include
a pass/fail summary, average/min/max duration, and open bugs.
Branches and time period can be modified with optional parameters.
2017-02-07 09:42:29 -07:00
Carsten "Tomcat" Book
092e5dc5f1 merge mozilla-inbound to mozilla-central a=merge 2017-02-07 14:08:46 +01:00
Wes Kocher
2c901c4bcb Merge m-c to inbound, a=merge
MozReview-Commit-ID: FrOiBMr2DHX
2017-02-06 17:51:48 -08:00
Wes Kocher
e88bb6a257 Merge autoland to m-c a=merge
MozReview-Commit-ID: EcBWp8VLx1x
2017-02-06 17:37:51 -08:00
Wes Kocher
10665c1427 Backed out 14 changesets (bug 1319237) for android xpcshell failures a=backout
Backed out changeset c85849b790c5 (bug 1319237)
Backed out changeset 9746878e5fc7 (bug 1319237)
Backed out changeset 1f7f75c57c59 (bug 1319237)
Backed out changeset 4dc796bbcfaa (bug 1319237)
Backed out changeset f8449c471b8f (bug 1319237)
Backed out changeset f2bdf078f39a (bug 1319237)
Backed out changeset 8df8cda56942 (bug 1319237)
Backed out changeset f651a9e54a57 (bug 1319237)
Backed out changeset 76c8aafbd933 (bug 1319237)
Backed out changeset a2096fa29cd7 (bug 1319237)
Backed out changeset af71a9376bef (bug 1319237)
Backed out changeset 778721edd8b9 (bug 1319237)
Backed out changeset feaf6ba3bd9a (bug 1319237)
Backed out changeset f5f206ed675b (bug 1319237)

MozReview-Commit-ID: EpmToL8Xqfz
2017-02-06 11:28:28 -08:00
Kartikaya Gupta
cfaa530dc3 Bug 1335748 - Enable QR builds on win64 on m-c and graphics. r=kmoir
MozReview-Commit-ID: KDYwa748wkz
2017-02-06 11:42:54 -05:00
Kartikaya Gupta
a3871b75b2 Bug 1335748 - Enable QR builds on macosx64 on m-c and graphics. r=kmoir
MozReview-Commit-ID: BQDcraYBJy3
2017-02-06 11:42:54 -05:00
Kartikaya Gupta
f4d5f20a60 Bug 1335748 - Enable QR builds on linux64 on m-c and graphics. r=kmoir
MozReview-Commit-ID: EB6WjIiBARv
2017-02-06 11:42:54 -05:00
Carsten "Tomcat" Book
c95dc46546 merge mozilla-inbound to mozilla-central a=merge 2017-02-06 12:56:49 +01:00
Phil Ringnalda
7a6a69db52 Bug 1334962 - set the pref to enable VR for wpt even on beta/release 2017-02-05 18:39:26 -08:00
Phil Ringnalda
42403c9edc Merge m-c to m-i 2017-02-05 18:19:27 -08:00
Phil Ringnalda
f5077ad52f Backed out changeset c13c36e04303 (bug 1332295) for extremely frequent Linux32 debug failures in test_be_conservative.js 2017-02-05 18:18:09 -08:00
Ryan VanderMeulen
b2963d0f81 Backed out 3 changesets (bug 1322277) for causing bug 1334149.
Backed out changeset 4dcb65842657 (bug 1322277)
Backed out changeset 35d9f271da8d (bug 1322277)
Backed out changeset 55cc36b0d408 (bug 1322277)
2017-02-05 14:22:49 -05:00
Phil Ringnalda
cde93160c2 Merge m-i to m-c, a=merge 2017-02-04 17:05:50 -08:00
James Graham
6989f40e72 Bug 1335397 - Update wpt metadata to d93247d5cb7d70f80da8b154a171f4e3d50969f4, a=testonly
MozReview-Commit-ID: FIOVYIlW5rP
2017-02-04 09:39:12 +00:00
James Graham
0b95dd0775 Bug 1335397 - Update web-platform-tests to d93247d5cb7d70f80da8b154a171f4e3d50969f4, a=testonly
MozReview-Commit-ID: 4ow7Qzx6nhD
2017-02-04 09:38:58 +00:00
Wes Kocher
b488ae9021 Merge inbound to central, a=merge CLOSED TREE
MozReview-Commit-ID: GhBqmLvUpgQ
2017-02-03 17:04:18 -08:00
Chris Manchester
589fbe3c24 Bug 1336201 - Do not skip the "get-secrets" step during an artifact build. r=maja_zf
MozReview-Commit-ID: 3dyXKL01Dyc

--HG--
extra : rebase_source : c03478be181e693313da8e50a7933b0a3e27d435
2017-02-03 10:57:43 -08:00
Madeleine Chercover
32b85d2f40 Bug 1336910 - Enable linux64-ccov for gtest, marionette & web-platform-tests; r=jmaher
MozReview-Commit-ID: H2yUyPohceG

--HG--
extra : rebase_source : faf2f5378e7d3808bffc6ba6f361281f922be5e4
2017-02-05 23:34:12 -08:00
Geoff Brown
7f06d7e012 Bug 1335501 - Trigger test job retry when Android devicemanager _runCmd() times out; r=jmaher 2017-02-03 07:13:38 -07:00
Geoff Brown
af2c780ebb Bug 1321605 - Collect system performance data during Android tests; r=jmaher 2017-02-03 07:13:37 -07:00
Andrea Marchesini
270f257d6b Bug 1336020 - postMessages should have transferable as [] by default, r=smaug 2017-02-03 11:00:37 +01:00
Rail Aliiev
a79ade97ec Bug 1335785 - Stop shipping Mozilla SDK r=jlund
MozReview-Commit-ID: 7IGqdkGXVTB

--HG--
extra : rebase_source : 8c0bc91246c3fb208dcee8a444fe6654b89ab082
2017-02-01 12:20:58 -05:00
Andrea Marchesini
3a2cb581bd Bug 1336043 - close() should be in DedicatedWorkerGlobalScope and SharedWorkerGlobalScope only, r=me 2017-02-03 09:21:03 +01:00
Andrea Marchesini
c58769de70 Bug 1336043 - close() should be in DedicatedWorkerGlobalScope and SharedWorkerGlobalScope only, r=bkelly 2017-02-03 08:35:19 +01:00
Francois Marier
8e9169e0f5 Bug 1333303 - Remove the google4 dir from the test and relax the list comparison. r=whimboo
MozReview-Commit-ID: 2KY6CEQZYOk

--HG--
extra : rebase_source : 186be1cbf3fabf1e47845dcc096c4bab15a413e6
2017-01-25 15:45:12 -08:00
Phil Ringnalda
2f05e7aedb Merge m-c to autoland 2017-02-05 18:18:52 -08:00
Jean-Yves Avenard
97ce8f8ad2 Bug 1319987: P10. Update WPT expected results. r=gerald
MozReview-Commit-ID: BWEk7Ri0iyc

--HG--
extra : rebase_source : c0d6af0a1b283e0ff1ca56896b48e65fa2040633
2017-01-29 21:56:29 +01:00
Henrik Skupin
83687e56e4 Bug 1334093 - Test jobs should always extract the mach script and mozinfo.json from common.tests.zip. r=aki
Because  the mach script can be used to trigger a couple of different test jobs, it would be great
to extract it by default. The same applies to mozinfo.json, which contains build information to be
used in eg. the manifestparser to conditionally skip builds.

MozReview-Commit-ID: ESwi0EtRnO2

--HG--
extra : rebase_source : 3f4dad001248478f5a7b04161094cd8a37f0ce2f
2017-02-06 17:05:48 +01:00
Wes Kocher
2dcccc4332 Merge inbound to central, a=merge
MozReview-Commit-ID: 9bhCPrArK3P
2017-02-02 16:39:24 -08:00
Boris Zbarsky
0041276515 Bug 1335654 part 4. Fix some CrossOriginXrayWrapper error reporting bits to follow the HTML spec for cross-origin objects. r=bholley 2017-02-02 12:48:49 -05:00
Boris Zbarsky
bcc1d4ab44 Bug 1335654 part 3. Implement actually throwing a SecurityError when cross-origin property accesses are denied. r=bholley 2017-02-02 12:48:49 -05:00
Boris Zbarsky
52e939e98d Bug 1334957 part 1. Mark NotifyPaintEvent and all its members as chromeonly. r=smaug 2017-02-01 18:12:38 -05:00
Kearwood Gilbert
962c6b00d3 Bug 1293333 - Part 4: Update web-platform-tests Expectation Data r=Ehsan
- We now pass more of the web-platform-tests by implementing
  more of the WebVR events.

MozReview-Commit-ID: 2W4m4nPSV0Y

--HG--
extra : rebase_source : dc04fcc2f2e51a69575f501a6d6dba06bbe8c0b1
2017-02-01 14:54:08 -08:00
Geoff Brown
eba0707fb7 Bug 1335944 - Delay devicemanagerADB sdk check until connect() time; r=bc 2017-02-02 09:29:08 -07:00
Valentin Gosu
ba7d19b640 Bug 1321878 - Disable diagnostic assert and make test less racy r=me
MozReview-Commit-ID: LKiseNvd7t2
2017-02-02 15:03:32 +01:00
Andreas Tolfsen
295a461256 Bug 1322862 - Wait for forward- and back commands to complete; r=maja_zf
The Back and Forward commands are meant to be synchronous and this
works around the problem of intermittents on slow try machines until
bug 1330348 is fixed.

For some reason, the preceding patches make script evaluation quicker
and makes navigating back and forward less racy.

MozReview-Commit-ID: GRcgMp1Rc6N

--HG--
extra : rebase_source : a801987d0c29b9a426bfe45547e24b84f981219b
2017-02-02 14:08:52 +00:00