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

Issue 9703043: disable WhitelistedExtension test (Closed)

Created:
8 years, 9 months ago by scottmg
Modified:
8 years, 9 months ago
Reviewers:
mihaip, abarth-chromium
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : add bug number and disabled, not fails #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M chrome/browser/extensions/all_urls_apitest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
scottmg
8 years, 9 months ago (2012-03-14 23:47:06 UTC) #1
mihaip_google.com
8 years, 9 months ago (2012-03-15 00:13:31 UTC) #2
Can you leave a comment with the bug number next to the FAILS_ line? Also,
it's generally preferred to only disable tests on the platforms that it
actually fails on (via a #if defined(ADDRESS_SANITIZER)
|| defined(OS_MACOSX) check).

Mihai

On Wed, Mar 14, 2012 at 4:47 PM, <scottmg@chromium.org> wrote:

> Reviewers: abarth,
>
> Description:
> disable WhitelistedExtension test
>
> TBR=abarth
> BUG=118293
>
>
> Please review this at
https://chromiumcodereview.**appspot.com/9703043/<https://chromiumcodereview....
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>  M chrome/browser/extensions/all_**urls_apitest.cc
>
>
> Index: chrome/browser/extensions/all_**urls_apitest.cc
> diff --git a/chrome/browser/extensions/**all_urls_apitest.cc
> b/chrome/browser/extensions/**all_urls_apitest.cc
> index cf353ce4d5378b2d02709114e671b6**1c0e2451fa..**
> f30a038717cf2c3a14f613f909ac00**6d693963ab 100644
> --- a/chrome/browser/extensions/**all_urls_apitest.cc
> +++ b/chrome/browser/extensions/**all_urls_apitest.cc
> @@ -15,7 +15,7 @@ const std::string kAllUrlsTarget =
>
>  typedef ExtensionApiTest AllUrlsApiTest;
>
> -IN_PROC_BROWSER_TEST_F(**AllUrlsApiTest, WhitelistedExtension) {
> +IN_PROC_BROWSER_TEST_F(**AllUrlsApiTest, FAILS_WhitelistedExtension) {
>   // First setup the two extensions.
>   FilePath extension_dir1 = test_data_dir_.AppendASCII("**all_urls")
>                                           .AppendASCII("content_script")**
> ;
>
>
>

Powered by Google App Engine
This is Rietveld 408576698