| Index: mojo/public/js/validation_unittests.js
|
| diff --git a/mojo/public/js/validation_unittests.js b/mojo/public/js/validation_unittests.js
|
| index f2e3dadaf7bc2ad41ffcc2ec2c16970ea37b7f3c..9f7c2f4f0576063bb8f59a1ba8f2bdb7e72107e5 100644
|
| --- a/mojo/public/js/validation_unittests.js
|
| +++ b/mojo/public/js/validation_unittests.js
|
| @@ -234,9 +234,11 @@ define([
|
| // logic in *RequestValidator and *ResponseValidator is ported from
|
| // cpp to js.
|
| // TODO(crbug/640298): Implement max recursion depth for JS.
|
| + // TODO(crbug/628104): Support struct map keys for JS.
|
| if (testFiles[i].indexOf("overflow") != -1 ||
|
| testFiles[i].indexOf("mthd11") != -1 ||
|
| testFiles[i].indexOf("conformance_mthd19") != -1 ||
|
| + testFiles[i].indexOf("conformance_mthd20") != -1 ||
|
| testFiles[i].indexOf("enum") != -1 ||
|
| testFiles[i].indexOf("no_such_method") != -1 ||
|
| testFiles[i].indexOf("invalid_request_flags") != -1 ||
|
|
|