PTAL. I'm not listed in AUTHORS but there is a CLA of me on file.
5 years, 7 months ago
(2015-05-07 15:37:59 UTC)
#2
PTAL. I'm not listed in AUTHORS but there is a CLA of me on file.
mdempsky
On 2015/05/07 15:37:59, noordhuis wrote: > PTAL. I'm not listed in AUTHORS but there is ...
5 years, 7 months ago
(2015-05-07 18:57:01 UTC)
#3
On 2015/05/07 15:37:59, noordhuis wrote:
> PTAL. I'm not listed in AUTHORS but there is a CLA of me on file.
This change seems fine to me, but you need to add yourself to the AUTHORS file
before I can LGTM. See: https://www.chromium.org/developers/contributing-code
mdempsky
NOT LGTM
5 years, 7 months ago
(2015-05-07 18:57:13 UTC)
#4
NOT LGTM
noordhuis
On 2015/05/07 18:57:01, mdempsky wrote: > On 2015/05/07 15:37:59, noordhuis wrote: > > PTAL. I'm ...
5 years, 7 months ago
(2015-05-07 19:08:49 UTC)
#5
On 2015/05/07 18:57:01, mdempsky wrote:
> On 2015/05/07 15:37:59, noordhuis wrote:
> > PTAL. I'm not listed in AUTHORS but there is a CLA of me on file.
>
> This change seems fine to me, but you need to add yourself to the AUTHORS file
> before I can LGTM. See: https://www.chromium.org/developers/contributing-code
Done and sorry about that.
5 years, 7 months ago
(2015-05-07 19:35:30 UTC)
#10
Done, PTAL.
mdempsky
On 2015/05/07 19:35:30, noordhuis wrote: > Done, PTAL. LGTM, thanks! (Also verified that you have ...
5 years, 7 months ago
(2015-05-07 19:47:38 UTC)
#11
On 2015/05/07 19:35:30, noordhuis wrote:
> Done, PTAL.
LGTM, thanks!
(Also verified that you have a Google CLA on file, as claimed.)
mdempsky
Looks like CLOCK_{MONOTONIC,REALTIME}_COARSE aren't defined on all of the buildbots. We probably need to add ...
5 years, 7 months ago
(2015-05-07 20:06:31 UTC)
#12
Looks like CLOCK_{MONOTONIC,REALTIME}_COARSE aren't defined on all of the
buildbots. We probably need to add
#if !defined(CLOCK_MONOTONIC_COARSE)
#define CLOCK_MONOTONIC_COARSE ...
#endif
guards somewhere. :(
noordhuis
I've just uploaded a new patch that does just that. Can you PTAL? I added ...
5 years, 7 months ago
(2015-05-07 20:16:32 UTC)
#13
I've just uploaded a new patch that does just that. Can you PTAL?
I added the guards in syscall_parameters_restrictions.cc and
syscall_parameters_restrictions_unittests.cc because I wasn't sure if there is a
header file they can share or if it's even desirable to put them in a header
file.
Thanks.
mdempsky
On 2015/05/07 20:16:32, noordhuis wrote: > I added the guards in syscall_parameters_restrictions.cc and > syscall_parameters_restrictions_unittests.cc ...
5 years, 7 months ago
(2015-05-07 20:23:55 UTC)
#14
On 2015/05/07 20:16:32, noordhuis wrote:
> I added the guards in syscall_parameters_restrictions.cc and
> syscall_parameters_restrictions_unittests.cc because I wasn't sure if there is
a
> header file they can share or if it's even desirable to put them in a header
> file.
Hm. I'd suggest creating a sandbox/linux/system_headers/linux_time.h file and
putting the two defines there to avoid the duplication.
noordhuis
On 2015/05/07 20:23:55, mdempsky wrote: > Hm. I'd suggest creating a sandbox/linux/system_headers/linux_time.h file and > ...
5 years, 7 months ago
(2015-05-07 20:38:13 UTC)
#15
On 2015/05/07 20:23:55, mdempsky wrote:
> Hm. I'd suggest creating a sandbox/linux/system_headers/linux_time.h file and
> putting the two defines there to avoid the duplication.
Good call, done.
mdempsky
LGTM
5 years, 7 months ago
(2015-05-07 20:40:36 UTC)
#16
LGTM
noordhuis
This CL seems to have run aground on what appears to be unrelated test failures. ...
5 years, 7 months ago
(2015-05-11 13:47:34 UTC)
#17
This CL seems to have run aground on what appears to be unrelated test failures.
What do I do now? Just try to commit it again?
mdempsky
The CQ bit was checked by mdempsky@chromium.org
5 years, 7 months ago
(2015-05-11 17:14:05 UTC)
#18
On 2015/05/11 13:47:34, noordhuis wrote: > This CL seems to have run aground on what ...
5 years, 7 months ago
(2015-05-11 17:15:11 UTC)
#21
On 2015/05/11 13:47:34, noordhuis wrote:
> This CL seems to have run aground on what appears to be unrelated test
failures.
> What do I do now? Just try to commit it again?
Yeah, let's just try CQ'ing it and see what happens. It looks like
linux_chromium_trusty_rel is just busted. =/
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133653002/100001
5 years, 7 months ago
(2015-05-11 17:16:15 UTC)
#22
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/62641)
5 years, 7 months ago
(2015-05-11 17:46:17 UTC)
#24
On 2015/05/11 17:46:17, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 7 months ago
(2015-05-11 17:54:52 UTC)
#25
On 2015/05/11 17:46:17, I haz the power (commit-bot) wrote:
> Try jobs failed on following builders:
> chromium_presubmit on tryserver.chromium.linux (JOB_FAILED,
>
http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
It's checking my corporate email address, ben@strongloop.com, now... I'm not
sure what changed because AFAICT, all the interaction on this CL has been with
my personal email address. Should I update the AUTHORS file with both email
addresses?
mdempsky
On 2015/05/11 17:54:52, noordhuis wrote: > It's checking my corporate email address, mailto:ben@strongloop.com, now... I'm ...
5 years, 7 months ago
(2015-05-11 18:03:35 UTC)
#26
On 2015/05/11 17:54:52, noordhuis wrote:
> It's checking my corporate email address, mailto:ben@strongloop.com, now...
I'm not
> sure what changed because AFAICT, all the interaction on this CL has been with
> my personal email address.
It looks like you have two Rietveld accounts:
"noordhuis" is info@bnoordhuis.nl
"bnoordhuis" is ben@strongloop.com
This CL was "created" by bnoordhuis, so chromium_presubmit is looking for
ben@strongloop.com in the AUTHORS file.
> Should I update the AUTHORS file with both email addresses?
There's precedent for multiple entries, but I'd encourage using just one if
possible. I'm guessing those are your personal and work addresses
(respectively), so I'd suggest picking whichever one reflects whether you're
contributing as an individual or on behalf of your employer. You can always add
more later if appropriate.
(Of course, if you're contributing this individually, there's the extra
annoyance that you'd need to reupload the CL as "noordhuis" instead.)
bnoordhuis
Sorry for the delay; between holidays and meetings, this kind of fell by the wayside. ...
5 years, 7 months ago
(2015-05-19 12:24:34 UTC)
#27
Sorry for the delay; between holidays and meetings, this kind of fell by the
wayside.
I've rebased against HEAD and tests still pass in debug and release mode. Do
you want to give it one more lookover or is it good to CQ? The only change from
v6 is the entry in the README.
bnoordhuis
The CQ bit was checked by ben@strongloop.com
5 years, 7 months ago
(2015-05-21 15:03:51 UTC)
#28
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/78979)
5 years, 7 months ago
(2015-05-21 17:53:53 UTC)
#32
Issue 1133653002: Allow coarse clocks in clock_get{res,time} calls.
(Closed)
Created 5 years, 7 months ago by bnoordhuis
Modified 5 years, 7 months ago
Reviewers: mdempsky, noordhuis, jln (very slow on Chromium)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 1