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

Issue 2666153002: Convert BiquadFilter Audit layout tests to testharness (Closed)

Created:
3 years, 10 months ago by Raymond Toy
Modified:
3 years, 10 months ago
Reviewers:
hongchan
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert BiquadFilter Audit layout tests to testharness Test converted using the script for f in `grep -l Audit *.html` do # Replace js-test with testharness and add testharnessreport.js sed -i 's;\(.*\)\(<script.*\)js-test.js\(.*\);\1\2testharness.js\3\ \1\2testharnessreport.js\3 ;' $f # Remove old js-test methods that no longer exist. sed -i '/^[ ]*\(description(.*)\|finishJSTest()\);[ ]*$/d' $f # Remove jsTestIsAsync stuff sed -i '/^[ ]*window.jsTestIsAsync *= *true;[ ]*$/d' $f # Remove expected results file. base=`basename $f .html` git rm $base-expected.txt done BUG=687307 TEST=biquad-automation.html Review-Url: https://codereview.chromium.org/2666153002 Cr-Commit-Position: refs/heads/master@{#447549} Committed: https://chromium.googlesource.com/chromium/src/+/f2eb07c3ac8d9c52d0514cd8abdcf565c6becf7e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -19 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html View 3 chunks +2 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Raymond Toy
PTAL
3 years, 10 months ago (2017-01-31 21:43:43 UTC) #2
hongchan
lgtm
3 years, 10 months ago (2017-01-31 22:36:36 UTC) #3
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/2666153002/1
3 years, 10 months ago (2017-02-01 16:29:43 UTC) #5
commit-bot: I haz the power
3 years, 10 months ago (2017-02-01 17:34:46 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/f2eb07c3ac8d9c52d0514cd8abdc...

Powered by Google App Engine
This is Rietveld 408576698