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

Issue 5047001: Remove flaky marker from nacl_sandbox_test now that it is fixed. (Closed)

Created:
10 years, 1 month ago by jvoung - send to chromium...
Modified:
9 years, 7 months ago
Reviewers:
nsylvain
CC:
chromium-reviews, native-client-reviews_googlegroups.com, Paweł Hajdan Jr.
Visibility:
Public.

Description

Remove flaky marker from nacl_sandbox_test now that it is fixed. BUG=50121 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66216

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
jvoung - send to chromium...
10 years, 1 month ago (2010-11-15 21:55:19 UTC) #1
nsylvain
10 years, 1 month ago (2010-11-16 01:54:32 UTC) #2
LGTM

On Mon, Nov 15, 2010 at 1:55 PM, <jvoung@google.com> wrote:

> Reviewers: nsylvain,
>
> Description:
> Remove flaky marker from nacl_sandbox_test now that it is fixed.
>
> BUG=50121
>
>
> Please review this at http://codereview.chromium.org/5047001/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome/test/nacl/nacl_sandbox_test.cc
>
>
> Index: chrome/test/nacl/nacl_sandbox_test.cc
> ===================================================================
> --- chrome/test/nacl/nacl_sandbox_test.cc       (revision 66118)
> +++ chrome/test/nacl/nacl_sandbox_test.cc       (working copy)
> @@ -36,8 +36,7 @@
>  NaClSandboxTest::~NaClSandboxTest() {
>  }
>
> -// http://crbug.com/50121
> -TEST_F(NaClSandboxTest, FLAKY_NaClOuterSBTest) {
> +TEST_F(NaClSandboxTest, NaClOuterSBTest) {
>   // Load a helloworld .nexe to trigger the nacl loader test.
>   FilePath test_file(kSrpcHwHtmlFileName);
>   RunTest(test_file, action_max_timeout_ms());
>
>
>

Powered by Google App Engine
This is Rietveld 408576698