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

Issue 361423003: Add thread safety configuration check. (Closed)

Created:
6 years, 5 months ago by henrik.smiding
Modified:
6 years, 5 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Add thread safety configuration check. Enables the possibility to set thread model in the configuration files (like Android does). Also adds a warning check to make sure that we have an implementation for the thread safety class. Author: joakim.landberg@intel.com Signed-off-by: Henrik Smiding <henrik.smiding@intel.com>; Committed: https://skia.googlesource.com/skia/+/a9309f5e5b188bd2d323e115e6b343772ba231aa

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M include/utils/SkCondVar.h View 1 chunk +10 lines, -0 lines 2 comments Download

Messages

Total messages: 25 (0 generated)
henrik.smiding
We found this problem an Android KitKat MR2 and have pushed a patch to AOSP ...
6 years, 5 months ago (2014-07-04 13:47:29 UTC) #1
tomhudson
It's unfortunate that there doesn't seem to be any way to test the existence of ...
6 years, 5 months ago (2014-07-05 20:36:50 UTC) #2
mtklein
On 2014/07/04 13:47:29, henrik.smiding wrote: > We found this problem an Android KitKat MR2 and ...
6 years, 5 months ago (2014-07-07 12:49:01 UTC) #3
henrik.smiding
On 2014/07/07 12:49:01, mtklein wrote: > On 2014/07/04 13:47:29, henrik.smiding wrote: > > We found ...
6 years, 5 months ago (2014-07-07 12:53:36 UTC) #4
mtklein
> skia_test kept crashing on Android Kitkat MR2 release. It might have been a > ...
6 years, 5 months ago (2014-07-07 12:56:25 UTC) #5
tomhudson
Torne is the person to ask about that kind of test environment...
6 years, 5 months ago (2014-07-07 12:58:07 UTC) #6
djsollen
Leon has been working on reviving skia_bench and company within the android tree (and their ...
6 years, 5 months ago (2014-07-07 13:16:02 UTC) #7
djsollen
LGTM. When this lands here I'll approve the AOSP change as well.
6 years, 5 months ago (2014-07-07 13:18:46 UTC) #8
djsollen
see https://android-review.googlesource.com/#/c/100331/
6 years, 5 months ago (2014-07-07 13:19:39 UTC) #9
henrik.smiding
On 2014/07/07 13:19:39, djsollen wrote: > see https://android-review.googlesource.com/#/c/100331/ Regarding skia_bench, I've heard people are getting ...
6 years, 5 months ago (2014-07-07 13:41:19 UTC) #10
djsollen
On 2014/07/07 13:41:19, henrik.smiding wrote: > On 2014/07/07 13:19:39, djsollen wrote: > > see https://android-review.googlesource.com/#/c/100331/ ...
6 years, 5 months ago (2014-07-07 13:45:47 UTC) #11
mtklein
On 2014/07/07 13:45:47, djsollen wrote: > On 2014/07/07 13:41:19, henrik.smiding wrote: > > On 2014/07/07 ...
6 years, 5 months ago (2014-07-07 14:36:34 UTC) #12
scroggo
On 2014/07/07 12:56:25, mtklein wrote: > > skia_test kept crashing on Android Kitkat MR2 release. ...
6 years, 5 months ago (2014-07-07 15:13:21 UTC) #13
henrik.smiding
The CQ bit was checked by henrik.smiding@intel.com
6 years, 5 months ago (2014-07-08 08:17:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/henrik.smiding@intel.com/361423003/1
6 years, 5 months ago (2014-07-08 08:18:22 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 08:18:24 UTC) #16
commit-bot: I haz the power
Presubmit check for 361423003-1 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 5 months ago (2014-07-08 08:18:25 UTC) #17
scroggo
On 2014/07/08 08:18:25, I haz the power (commit-bot) wrote: > Presubmit check for 361423003-1 failed ...
6 years, 5 months ago (2014-07-08 13:17:10 UTC) #18
reed1
lgtm w/ question about comment placement. https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h File include/utils/SkCondVar.h (right): https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h#newcode12 include/utils/SkCondVar.h:12: * Import any ...
6 years, 5 months ago (2014-07-08 13:19:55 UTC) #19
scroggo
https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h File include/utils/SkCondVar.h (right): https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h#newcode12 include/utils/SkCondVar.h:12: * Import any thread model setting from configuration files. ...
6 years, 5 months ago (2014-07-08 13:23:44 UTC) #20
henrik.smiding
On 2014/07/08 13:23:44, scroggo wrote: > https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h > File include/utils/SkCondVar.h (right): > > https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h#newcode12 > ...
6 years, 5 months ago (2014-07-09 09:05:05 UTC) #21
scroggo
The CQ bit was checked by scroggo@google.com
6 years, 5 months ago (2014-07-09 13:57:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/henrik.smiding@intel.com/361423003/1
6 years, 5 months ago (2014-07-09 13:57:28 UTC) #23
scroggo
On 2014/07/09 09:05:05, henrik.smiding wrote: > On 2014/07/08 13:23:44, scroggo wrote: > > https://codereview.chromium.org/361423003/diff/1/include/utils/SkCondVar.h > ...
6 years, 5 months ago (2014-07-09 13:58:40 UTC) #24
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 14:25:14 UTC) #25
Message was sent while issue was closed.
Change committed as a9309f5e5b188bd2d323e115e6b343772ba231aa

Powered by Google App Engine
This is Rietveld 408576698