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

Issue 1265503004: Fix issue 23942 by updating expectations. (Closed)

Created:
5 years, 4 months ago by koda
Modified:
5 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix issue 23942 by updating expectations. Some tasks might resume at SafepointThreads for one extra verfication round, where they will see less than kTaskCount copies of the marker smi. Also fix indentation. BUG=23942 Committed: https://github.com/dart-lang/sdk/commit/5583bc2b5f0c5ce982dc8dbcec106a3d0568f30b

Patch Set 1 #

Patch Set 2 : Remove unintentional leftover comment. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -39 lines) Patch
M runtime/tests/vm/vm.status View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/thread_test.cc View 1 1 chunk +36 lines, -34 lines 4 comments Download

Messages

Total messages: 6 (1 generated)
koda
5 years, 4 months ago (2015-08-01 05:58:34 UTC) #2
koda
The indentation change seems to confuse the diff tool. The only real change is to ...
5 years, 4 months ago (2015-08-01 06:01:12 UTC) #3
koda
Committed patchset #2 (id:20001) manually as 5583bc2b5f0c5ce982dc8dbcec106a3d0568f30b (presubmit successful).
5 years, 4 months ago (2015-08-01 06:03:36 UTC) #4
Ivan Posva
LGTM -ip https://codereview.chromium.org/1265503004/diff/20001/runtime/vm/thread_test.cc File runtime/vm/thread_test.cc (right): https://codereview.chromium.org/1265503004/diff/20001/runtime/vm/thread_test.cc#newcode293 runtime/vm/thread_test.cc:293: EXPECT(label.Equals("foo")); Isn't this a potential source for ...
5 years, 4 months ago (2015-08-03 16:07:46 UTC) #5
koda
5 years, 4 months ago (2015-08-03 16:15:47 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/1265503004/diff/20001/runtime/vm/thread_test.cc
File runtime/vm/thread_test.cc (right):

https://codereview.chromium.org/1265503004/diff/20001/runtime/vm/thread_test....
runtime/vm/thread_test.cc:293: EXPECT(label.Equals("foo"));
On 2015/08/03 16:07:46, Ivan Posva wrote:
> Isn't this a potential source for flaky failures due to the fact that the Dart
> thread might execute any other code such as compilation when it is
interrupted?

Compilation changes the VM tag, not the user tag. The latter should remain
"foo".

https://codereview.chromium.org/1265503004/diff/20001/runtime/vm/thread_test....
runtime/vm/thread_test.cc:302: isolate_->thread_registry()->ResumeAllThreads();
On 2015/08/03 16:07:46, Ivan Posva wrote:
> Is there a surviving All here?

Yes. I can rename it in a future CL.

Powered by Google App Engine
This is Rietveld 408576698