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

Issue 19541: Fixing the flakiness of the serialization tests by assuring that serializatio... (Closed)

Created:
11 years, 10 months ago by olehougaard
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fixing the flakiness of the serialization tests by assuring that serialization is run before every deserialization test. Committed: http://code.google.com/p/v8/source/detail?r=1214

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -25 lines) Patch
M test/cctest/cctest.h View 1 2 chunks +16 lines, -7 lines 0 comments Download
M test/cctest/cctest.cc View 1 2 chunks +8 lines, -4 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/testcfg.py View 1 2 chunks +21 lines, -7 lines 2 comments Download
M tools/test.py View 1 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
olehougaard
11 years, 10 months ago (2009-02-03 08:06:40 UTC) #1
Christian Plesner Hansen
Lgtm! http://codereview.chromium.org/19541/diff/201/1203 File test/cctest/testcfg.py (right): http://codereview.chromium.org/19541/diff/201/1203#newcode66 Line 66: self.RunCommand(dependent_command) Consider checking that this command didn't ...
11 years, 10 months ago (2009-02-03 08:21:16 UTC) #2
olehougaard
11 years, 10 months ago (2009-02-03 08:34:26 UTC) #3
http://codereview.chromium.org/19541/diff/201/1203
File test/cctest/testcfg.py (right):

http://codereview.chromium.org/19541/diff/201/1203#newcode66
Line 66: self.RunCommand(dependent_command)
On 2009/02/03 08:21:16, Christian Plesner Hansen wrote:
> Consider checking that this command didn't fail and returning the command
output
> if it did.

Done

Powered by Google App Engine
This is Rietveld 408576698