New issue
Advanced search Search tips

Issue 681977 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 623160



Sign in to add a comment

Convert AudioListener tests to testharness

Project Member Reported by rtoy@chromium.org, Jan 17 2017

Issue description

Convert AudioListener tests to use testharness.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 23 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/757919eacf29328fb7e31e95a6833fa989fb1fac

commit 757919eacf29328fb7e31e95a6833fa989fb1fac
Author: rtoy <rtoy@chromium.org>
Date: Mon Jan 23 22:35:23 2017

Convert audiolistener-automation-position to testharness

This was converted automatically via

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= 681977 
TEST=audiolistener-automation-position.html

Review-Url: https://codereview.chromium.org/2630303004
Cr-Commit-Position: refs/heads/master@{#445517}

[delete] https://crrev.com/ba68aeb47c44cb7ccc9b1e1cab35cc032556dfe6/third_party/WebKit/LayoutTests/webaudio/AudioListener/audiolistener-automation-position-expected.txt
[modify] https://crrev.com/757919eacf29328fb7e31e95a6833fa989fb1fac/third_party/WebKit/LayoutTests/webaudio/AudioListener/audiolistener-automation-position.html

Comment 2 by rtoy@chromium.org, Jan 25 2017

Owner: rtoy@chromium.org
Status: Fixed (was: Available)

Sign in to add a comment