|
|
DescriptionFix how JsChecker::GetBoolImpl enforces boolean result
The "!!" trick is applied to domAutomationController.send instead
of the expression. This could cause DomAutomationController to drop
result of a non-boolean expression. As a result, ExpectTrue etc times
out.
BUG=
TEST=JsChecker::ExpectTrue with non-boolean expression should not time out.
Committed: https://crrev.com/133105cf6d16f3c0bae67cbf2003db44b8293a47
Cr-Commit-Position: refs/heads/master@{#419296}
Patch Set 1 #
Messages
Total messages: 18 (11 generated)
The CQ bit was checked by xiyuan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue and friends times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ========== to ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ==========
Description was changed from ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ========== to ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ==========
xiyuan@chromium.org changed reviewers: + alemate@chromium.org
achuith@chromium.org changed reviewers: + achuith@chromium.org
lgtm
On 2016/09/16 22:07:31, achuith(OOO_until_9_28) wrote: > lgtm Thanks for reviewing during OOO. :)
The CQ bit was checked by xiyuan@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
+kumarniranjan fyi
Message was sent while issue was closed.
Description was changed from ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ========== to ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. ========== to ========== Fix how JsChecker::GetBoolImpl enforces boolean result The "!!" trick is applied to domAutomationController.send instead of the expression. This could cause DomAutomationController to drop result of a non-boolean expression. As a result, ExpectTrue etc times out. BUG= TEST=JsChecker::ExpectTrue with non-boolean expression should not time out. Committed: https://crrev.com/133105cf6d16f3c0bae67cbf2003db44b8293a47 Cr-Commit-Position: refs/heads/master@{#419296} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/133105cf6d16f3c0bae67cbf2003db44b8293a47 Cr-Commit-Position: refs/heads/master@{#419296} |