Commit 5483cfea authored by jkummerow's avatar jkummerow Committed by Commit bot

[proxies] Turn on ClusterFuzz testing for Proxies and Reflect

BUG=v8:1543
LOG=n

Review URL: https://codereview.chromium.org/1514123002

Cr-Commit-Position: refs/heads/master@{#32834}
parent 3161c171
...@@ -195,6 +195,8 @@ DEFINE_NEG_IMPLICATION(harmony, promise_extra) ...@@ -195,6 +195,8 @@ DEFINE_NEG_IMPLICATION(harmony, promise_extra)
// Activate on ClusterFuzz. // Activate on ClusterFuzz.
DEFINE_IMPLICATION(es_staging, harmony_destructuring_assignment) DEFINE_IMPLICATION(es_staging, harmony_destructuring_assignment)
DEFINE_IMPLICATION(es_staging, harmony_proxies)
DEFINE_IMPLICATION(es_staging, harmony_reflect)
// Features that are still work in progress (behind individual flags). // Features that are still work in progress (behind individual flags).
#define HARMONY_INPROGRESS(V) \ #define HARMONY_INPROGRESS(V) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment