Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Issue 2274563002: Add fuzzer infra to blink and fuzz CSS parser (Closed)

Created:
4 years, 4 months ago by Charlie Harrison
Modified:
4 years, 3 months ago
Reviewers:
mmoroz, esprehn
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add fuzzer infra to blink and fuzz CSS parser This patch adds initialization for blink fuzzers that need the full unit test environment, as well as a simple fuzzer for the CSS tokenizer + parser. BUG=642570, 642572 Committed: https://crrev.com/b85a5c4053a3d53331834b6f533196a6a11ee41c Cr-Commit-Position: refs/heads/master@{#415634}

Patch Set 1 #

Patch Set 2 : remove files #

Patch Set 3 : Add configs #

Patch Set 4 : use explicit deps #

Total comments: 3

Patch Set 5 : fix up seed corpus #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -0 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/StyleSheetContentsFuzzer.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.h View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp View 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/DEPS View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 39 (20 generated)
Charlie Harrison
Elliott, could you take a look at this? I noticed a few of my fuzzers ...
4 years, 4 months ago (2016-08-23 15:31:17 UTC) #6
Charlie Harrison
Looks like there are some dependency issues (they should probably surface with local building). I'll ...
4 years, 4 months ago (2016-08-23 15:48:45 UTC) #9
Charlie Harrison
Looks like there are some dependency issues (they should probably surface with local building). I'll ...
4 years, 4 months ago (2016-08-23 15:48:48 UTC) #10
Charlie Harrison
Issues are fixed. Ready for a first look!
4 years, 4 months ago (2016-08-23 18:24:19 UTC) #15
Charlie Harrison
+mmoroz@ for new fuzzer review.
4 years, 4 months ago (2016-08-24 21:47:01 UTC) #17
mmoroz
LGTM after addressing a comment on seed_corpus path. https://codereview.chromium.org/2274563002/diff/60001/third_party/WebKit/Source/core/BUILD.gn File third_party/WebKit/Source/core/BUILD.gn (right): https://codereview.chromium.org/2274563002/diff/60001/third_party/WebKit/Source/core/BUILD.gn#newcode1139 third_party/WebKit/Source/core/BUILD.gn:1139: seed_corpus ...
4 years, 4 months ago (2016-08-25 08:00:47 UTC) #18
Charlie Harrison
Thanks! https://codereview.chromium.org/2274563002/diff/60001/third_party/WebKit/Source/core/BUILD.gn File third_party/WebKit/Source/core/BUILD.gn (right): https://codereview.chromium.org/2274563002/diff/60001/third_party/WebKit/Source/core/BUILD.gn#newcode1139 third_party/WebKit/Source/core/BUILD.gn:1139: seed_corpus = "//third_party/WebKit/LayoutTests/fast/css/resources/*.css" On 2016/08/25 08:00:47, mmoroz wrote: ...
4 years, 3 months ago (2016-08-25 13:01:14 UTC) #19
mmoroz
https://codereview.chromium.org/2274563002/diff/60001/third_party/WebKit/Source/core/BUILD.gn File third_party/WebKit/Source/core/BUILD.gn (right): https://codereview.chromium.org/2274563002/diff/60001/third_party/WebKit/Source/core/BUILD.gn#newcode1139 third_party/WebKit/Source/core/BUILD.gn:1139: seed_corpus = "//third_party/WebKit/LayoutTests/fast/css/resources/*.css" On 2016/08/25 13:01:14, Charlie Harrison wrote: ...
4 years, 3 months ago (2016-08-25 13:15:15 UTC) #20
Charlie Harrison
Thanks for the clarification, I updated the GN file. esprehn@ could you ptal?
4 years, 3 months ago (2016-08-25 13:42:30 UTC) #21
Charlie Harrison
esprehn@ friendly ping. Feel free to punt if this review should go to someone else.
4 years, 3 months ago (2016-08-29 15:39:57 UTC) #22
esprehn
Is there a BUG this should be associated with? lgtm
4 years, 3 months ago (2016-08-30 21:33:54 UTC) #23
Charlie Harrison
On 2016/08/30 21:33:54, esprehn wrote: > Is there a BUG this should be associated with? ...
4 years, 3 months ago (2016-08-31 00:12:32 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274563002/80001
4 years, 3 months ago (2016-08-31 00:13:02 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/260599) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 3 months ago (2016-08-31 00:16:03 UTC) #30
Charlie Harrison
mmoroz@ quick question: Does clusterfuzz run with odr violations on? I am getting odr errors ...
4 years, 3 months ago (2016-08-31 03:50:49 UTC) #31
mmoroz
On 2016/08/31 03:50:49, Charlie Harrison wrote: > mmoroz@ quick question: Does clusterfuzz run with odr ...
4 years, 3 months ago (2016-08-31 09:28:48 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274563002/100001
4 years, 3 months ago (2016-08-31 12:16:01 UTC) #35
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-08-31 15:11:02 UTC) #37
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 15:12:49 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b85a5c4053a3d53331834b6f533196a6a11ee41c
Cr-Commit-Position: refs/heads/master@{#415634}

Powered by Google App Engine
This is Rietveld 408576698