Commit 5e4ae20f authored by phoglund's avatar phoglund Committed by Commit bot

Revert of Revert of Enabling audio quality test on mac. (patchset #1 id:1 of...

Revert of Revert of Enabling audio quality test on mac. (patchset #1 id:1 of https://codereview.chromium.org/613833002/)

Reason for revert:
Relanding: bots are now configured.

Original issue's description:
> Revert of Enabling audio quality test on mac. (patchset #1 id:1 of https://codereview.chromium.org/599103006/)
>
> Reason for revert:
> There is one stubborn bot that is unreachable from VNC; reverting until we can sort that out.
>
> Original issue's description:
> > Enabling audio quality test on mac.
> >
> > Note: will land on Monday; need to watch bots so that they execute the
> > test right.
> >
> > TBR=vrk@chromium.org
> > BUG=418034
> >
> > Committed: https://crrev.com/c4e4aaaf43c0da2a01c0f32be737dcbbd5f13e92
> > Cr-Commit-Position: refs/heads/master@{#297166}
>
> TBR=vrk@chromium.org
> NOTREECHECKS=true
> NOTRY=true
> BUG=418034
>
> Committed: https://crrev.com/18efcd361beccd5eca81b1a046c30fde72a88953
> Cr-Commit-Position: refs/heads/master@{#297257}

TBR=vrk@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=418034

Review URL: https://codereview.chromium.org/612333002

Cr-Commit-Position: refs/heads/master@{#297374}
parent 9362bcbe
...@@ -378,10 +378,10 @@ bool RunPesq(const base::FilePath& reference_file, ...@@ -378,10 +378,10 @@ bool RunPesq(const base::FilePath& reference_file,
return true; return true;
} }
#if defined(OS_LINUX) || defined(OS_WIN) #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_MACOSX)
// Only implemented on Linux and Windows for now.
#define MAYBE_MANUAL_TestAudioQuality MANUAL_TestAudioQuality #define MAYBE_MANUAL_TestAudioQuality MANUAL_TestAudioQuality
#else #else
// Not implemented on Android, ChromeOS etc.
#define MAYBE_MANUAL_TestAudioQuality DISABLED_MANUAL_TestAudioQuality #define MAYBE_MANUAL_TestAudioQuality DISABLED_MANUAL_TestAudioQuality
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment