WebKit/PRESUBMIT_test.py is failing due to base::OnceCallback<void()> |
|
Issue descriptionpython ./third_party/WebKit/PRESUBMIT_test.py In all 3 cases it looks like it's due to "base::OnceCallback<void()>" which is on the disallow list but is whitelisted in the audit script. I guess we can just move it to the allow list or stop testing it at all since https://crrev.com/c/807754 says it's allowed everywhere in blink. Also, why doesn't PRESUBMIT_test.py run automatically? |
|
►
Sign in to add a comment |
|
Comment 1 by fergal@chromium.org
, Jan 30 2018Status: Fixed (was: Untriaged)