Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29356283: Issue 4500 - Fix element hiding integration tests (Closed)

Created:
Oct. 7, 2016, 8:29 a.m. by Wladimir Palant
Modified:
Oct. 7, 2016, 10:53 a.m.
Reviewers:
kzar
Base URL:
https://hg.adblockplus.org/adblockplustests
Visibility:
Public.

Description

With these changes only six tests are failing. These six are failing reliably however which indicates an actual issue, I am looking into it.

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed nit #

Patch Set 3 : Addressed one more nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -53 lines) Patch
M chrome/content/tests/elemhide.js View 1 2 1 chunk +38 lines, -53 lines 0 comments Download

Messages

Total messages: 7
Wladimir Palant
Oct. 7, 2016, 8:29 a.m. (2016-10-07 08:29:57 UTC) #1
Wladimir Palant
For clarity, here is what `hg diff -b` shows: diff --git a/chrome/content/tests/elemhide.js b/chrome/content/tests/elemhide.js --- a/chrome/content/tests/elemhide.js ...
Oct. 7, 2016, 8:35 a.m. (2016-10-07 08:35:50 UTC) #2
kzar
https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js File chrome/content/tests/elemhide.js (right): https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js#newcode121 chrome/content/tests/elemhide.js:121: for (let filter_text of filters) Nit: We usually use ...
Oct. 7, 2016, 9:42 a.m. (2016-10-07 09:42:08 UTC) #3
Wladimir Palant
https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js File chrome/content/tests/elemhide.js (right): https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js#newcode122 chrome/content/tests/elemhide.js:122: FilterStorage.addFilter(Filter.fromText(filter_text)); On 2016/10/07 09:42:08, kzar wrote: > Sounds good ...
Oct. 7, 2016, 10:16 a.m. (2016-10-07 10:16:06 UTC) #4
kzar
LGTM https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js File chrome/content/tests/elemhide.js (right): https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js#newcode122 chrome/content/tests/elemhide.js:122: FilterStorage.addFilter(Filter.fromText(filter_text)); On 2016/10/07 10:16:05, Wladimir Palant wrote: > ...
Oct. 7, 2016, 10:19 a.m. (2016-10-07 10:19:54 UTC) #5
Wladimir Palant
I overlooked one more nit, addressed this one as well now. https://codereview.adblockplus.org/29356283/diff/29356284/chrome/content/tests/elemhide.js File chrome/content/tests/elemhide.js (right): ...
Oct. 7, 2016, 10:41 a.m. (2016-10-07 10:41:22 UTC) #6
kzar
Oct. 7, 2016, 10:47 a.m. (2016-10-07 10:47:28 UTC) #7
LGTM++

Powered by Google App Engine
This is Rietveld