gecko-dev/testing
Boris Zbarsky b40350c499 Bug 1610732 part 2. Throw the right exception when a user.id value is too long. r=jcj
The test changes are for the following reasons:

1) Removing the "empty ArrayBuffer" test: I don't see anything obvious in the
spec that would cause that to reject before prompting the user, and in fact it
does not do that in browsers.  All browsers time out on that line.

2) Removing the "name is object" test: This test is wrong.  Passing {} where a
string is expected in IDL will come out as the string "[object Object]" on the
other side, and that seems like a perfectly valid name.

3) Removing the "name is null" test: This test is wrong.  Passing null where a
string is expected in IDL will come out as the string "null" on the other side,
and that seems like a perfectly valid name.

4) Removing the "name is empty" test: I don't see anything obvious in the
spec that would cause that to reject before prompting the user.

5) Removing the various "icon is whatever" tests: I don't see anything obvious in the
spec that would cause that to reject before prompting the user.

6) Removing the various "displayName is whatever" tests: the same reasoning as
for the coresponding "name is whatever" tests applies.

Differential Revision: https://phabricator.services.mozilla.com/D60685

--HG--
extra : moz-landing-system : lando
2020-01-22 16:53:09 +00:00
..
awsy Fix Bug 1607344; remove legacy stylo-seq linux64 jobs. r=erahm,jmaher 2020-01-14 22:36:47 +00:00
condprofile Bug 1608604 - Fixed the OOM failure on GV and improved error handling r=rwood 2020-01-15 08:04:15 +00:00
config Backed out 3 changesets (bug 1525218) for breaking fenix, reference-browser speedometer tasks. a=backout 2020-01-20 11:19:46 +01:00
crashtest Bug 1603825 - Suppress the VR permission UI when no VR runtimes are detected r=daoshengmu,bzbarsky 2020-01-03 22:47:26 +00:00
extensions
firefox-ui Bug 1448967 - Remove enablePrivilege. r=mccr8,marionette-reviewers,whimboo 2020-01-08 23:14:48 +00:00
geckodriver Bug 1607960 - Allow to set environment variables in geckodriver. r=whimboo,webdriver-reviewers,ato 2020-01-13 23:06:03 +00:00
gtest Bug 1590354 - Remove checks for remote minidumps directory; r=jmaher 2019-11-26 16:38:44 +00:00
jsshell
marionette Bug 1306634 Part 1 - Handle a long press to select a word in an unfocused iframe. r=mats,marionette-reviewers,whimboo 2020-01-17 22:21:35 +00:00
mochitest Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre 2020-01-21 21:32:28 +00:00
modules Bug 1582116 - Use SpecialPowers.spawn for iframe accesses in test_prompt_async. r=sfoster 2019-12-12 23:11:13 +00:00
mozbase Bug 1572355 - Add a function to parse the .extra file r=ahal 2020-01-21 22:25:16 +00:00
mozharness Bug 1579440 - Set browser.tabs.remote.autostart to true for geckoview. r=snorp 2020-01-21 23:46:32 +00:00
profiles Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan 2020-01-15 21:38:40 +00:00
raptor Bug 1609392 - Split Raptor and Browsertime classes from raptor.py r=tarek,AlexandruIonescu,octavian_negru,sparky,perftest-reviewers,alexandru.irimovici 2020-01-21 09:07:19 +00:00
runtimes Bug 1608833 - Update test runtimes files, r=gbrown 2020-01-15 21:20:16 +00:00
specialpowers Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre 2020-01-21 21:32:28 +00:00
talos Bug 1600339 - Measure responsiveness while evaluating messages r=k88hudson,mconley 2020-01-18 21:08:40 +00:00
tools Bug 1605128: Make websocket_process_bridge less picky about the version of six it wants. r=ahal 2020-01-21 19:45:33 +00:00
tps Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan 2020-01-15 21:38:40 +00:00
web-platform Bug 1610732 part 2. Throw the right exception when a user.id value is too long. r=jcj 2020-01-22 16:53:09 +00:00
webdriver
xpcshell Bug 1608126 - Enable node for Android xpcshell tests and run node tests on Android; r=valentin 2020-01-20 18:06:37 +00:00
README.txt
addtest.py Bug 1610331 - use unix newlines when using 'mach addtest' on Windows, r=ahal 2020-01-21 16:51:39 +00:00
cppunittest.ini Bug 1601796 - Use GetSystemTimePreciseAsFileTime instead of GetSystemTime+SystemTimeToFileTime. r=mayhemer,aklotz 2020-01-08 16:53:17 +00:00
mach_commands.py Bug 1610331 - use unix newlines when using 'mach addtest' on Windows, r=ahal 2020-01-21 16:51:39 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1609508 - Adjust test-info report queries; r=jmaher 2020-01-22 09:05:11 +00:00
testsuite-targets.mk Bug 1606182 - add python-test using python3 to make check r=Callek 2019-12-30 18:02:23 +00:00

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff