gecko-dev/toolkit/components/aboutmemory/tests
Nicholas Nethercote 0c24037d04 Bug 1634987 - Fix broken about:memory tests. r=dragana
Three of the about:memory tests have failures when they are run locally. In all
three cases it is due to the tests expecting a socket process that isn't
present. On automation the tests succeed with or without the socket process
code.

Bug 1515390 introduced the socket process code. These tests now run as "1proc"
tests, which might explain why this socket process code is no longer necessary.

This commit removes the socket process code, which means the tests now succeed
when run locally. No change is seen on automation, where the tests still pass.

Differential Revision: https://phabricator.services.mozilla.com/D73582
2020-05-04 15:03:24 +00:00
..
xpcshell
.eslintrc.js
chrome.ini
crash-dump-diff1.json
crash-dump-diff2.json
crash-dump-good.json
memory-reports-bad.json
memory-reports-diff1.json
memory-reports-diff2.json
memory-reports-good.json
remote.xhtml
test_aboutmemory.xhtml
test_aboutmemory2.xhtml
test_aboutmemory3.xhtml
test_aboutmemory4.xhtml
test_aboutmemory5.xhtml Bug 1634987 - Fix broken about:memory tests. r=dragana 2020-05-04 15:03:24 +00:00
test_aboutmemory6.xhtml
test_aboutmemory7.xhtml
test_dumpGCAndCCLogsToFile.xhtml
test_memoryReporters.xhtml Bug 1634987 - Fix broken about:memory tests. r=dragana 2020-05-04 15:03:24 +00:00
test_memoryReporters2.xhtml Bug 1634987 - Fix broken about:memory tests. r=dragana 2020-05-04 15:03:24 +00:00
test_sqliteMultiReporter.xhtml