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

Issue 8102006: Workaround a problem where clang and gcc behavior wrt the creation (Closed)

Created:
9 years, 2 months ago by robertm
Modified:
9 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Workaround a problem where clang and gcc behavior wrt the creation of temp objects differs. Since the ctor/dtor make pepper calls this results in observable differences in program behavior. The workaround is to use different lifetimes for the objects involved. I will leave the bug open until this is better understood. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2293 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103737

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M ppapi/native_client/tests/ppapi_simple_tests/file.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M ppapi/native_client/tests/ppapi_simple_tests/file1.stdin View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/native_client/tests/ppapi_simple_tests/file2.stdin View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/native_client/tests/ppapi_simple_tests/file2.stdout View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
robertm
PTAL
9 years, 2 months ago (2011-09-30 19:17:06 UTC) #1
dmichael (off chromium)
I don't think the test should need to be changed, if you can make your ...
9 years, 2 months ago (2011-09-30 19:32:55 UTC) #2
robertm
On 2011/09/30 19:32:55, dmichael wrote: > I don't think the test should need to be ...
9 years, 2 months ago (2011-10-03 15:28:25 UTC) #3
dmichael (off chromium)
On 2011/10/03 15:28:25, robertm wrote: > On 2011/09/30 19:32:55, dmichael wrote: > > I don't ...
9 years, 2 months ago (2011-10-03 16:19:11 UTC) #4
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/robertm@google.com/8102006/1
9 years, 2 months ago (2011-10-03 16:26:31 UTC) #5
commit-bot: I haz the power
9 years, 2 months ago (2011-10-03 17:46:40 UTC) #6
Change committed as 103737

Powered by Google App Engine
This is Rietveld 408576698