gecko-dev/testing
Kagami Sascha Rosylight 5db162bc39 Bug 1771025 - Part 2: Return early when it already has the stream r=asuth
In the testcase, clone() will trigger the first AsyncOpenStreamOnOwningThread() call and shortly after that read() will trigger the second one. For both calls mSnappyStream isn't set yet, and the first one finishes first and get the stream.

When the second run of AsyncOpenStreamOnOwningThread starts, the first run already got the stream and thus OpenStream fails. Then it thinks there should be no stream since it failed, but there is, so assertion fails at line 481.

Differential Revision: https://phabricator.services.mozilla.com/D148074
2022-06-07 22:12:39 +00:00
..
awsy
condprofile
config Bug 1771520: rebuild linux hostutils r=gbrown,Standard8 2022-06-07 19:14:07 +00:00
crashtest
docs
extensions
firefox-ui
fxrecord/perfdocs
geckodriver Bug 1772048 - Update rustc_version and semver crates. r=emilio,webdriver-reviewers,kinetik,whimboo 2022-06-07 10:01:32 +00:00
gtest
jsshell
marionette Bug 1727207 - [marionette] Disable widget.gtk.overlay-scrollbars.enabled for test_reftest.py r=webdriver-reviewers,whimboo 2022-06-03 06:39:59 +00:00
mochitest Bug 1769110 - Add support to mochitest harness for conditioned profiles to be used while testing. r=gbrown,asuth 2022-06-06 14:32:04 +00:00
modules Bug 1772098 - Part 2: Use plain object for lazy getter in testing/modules/. r=kmag 2022-06-06 06:30:33 +00:00
mozbase Bug 1772048 - Update rustc_version and semver crates. r=emilio,webdriver-reviewers,kinetik,whimboo 2022-06-07 10:01:32 +00:00
mozharness Bug 1767437 - Clean up browsertime documentation of vismet installation references. r=perftest-reviewers,sparky 2022-05-31 14:18:37 +00:00
perfdocs Bug 1767488 - run a51 in aarch64 in parallel to arm7 and turn off g5 duplication. r=sparky,perftest-reviewers 2022-06-02 16:48:38 +00:00
performance
profiles Bug 1771822 - Remove the browser.chrome.dynamictoolbar pref. r=tnikkel,perftest-reviewers,AlexandruIonescu 2022-06-02 22:57:56 +00:00
raptor Bug 1768061 - Increase wait time for obtaining video from android device, to resolve intermittent raptor-browsertime unexpected end of JSON input. r=perftest-reviewers,sparky 2022-06-07 14:52:57 +00:00
runtimes
specialpowers Bug 1772098 - Part 3: Use plain object for lazy getter in testing/specialpowers/content/. r=kmag 2022-06-06 06:30:34 +00:00
talos Bug 1771822 - Remove the browser.chrome.dynamictoolbar pref. r=tnikkel,perftest-reviewers,AlexandruIonescu 2022-06-02 22:57:56 +00:00
tools
tps
web-platform Bug 1771025 - Part 2: Return early when it already has the stream r=asuth 2022-06-07 22:12:39 +00:00
webcompat
webdriver Bug 1772960 - Upgrade geckodriver to base64 0.13. r=webdriver-reviewers,whimboo 2022-06-07 09:26:16 +00:00
xpcshell
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1772393 - Allow 'mach jstests' in --disable-tests builds r=iain,sfink 2022-06-02 21:54:59 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

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