| Index: mojo/public/js/validation_unittests.js
|
| diff --git a/mojo/public/js/validation_unittests.js b/mojo/public/js/validation_unittests.js
|
| index 9f7c2f4f0576063bb8f59a1ba8f2bdb7e72107e5..4bdaa8f3e2d53fefc77a20ef490f5e4746cde9f7 100644
|
| --- a/mojo/public/js/validation_unittests.js
|
| +++ b/mojo/public/js/validation_unittests.js
|
| @@ -227,8 +227,6 @@ define([
|
| // because JS numbers are limited to 53 bits.
|
| // TODO(yzshen) Skipping struct versioning tests (tests with "mthd11"
|
| // in the name) because the feature is not supported in JS yet.
|
| - // TODO(yzshen) Skipping enum validation tests (tests with "enum" in the
|
| - // name) because the feature is not supported in JS yet. crbug.com/581390
|
| // TODO(rudominer): Temporarily skipping 'no-such-method',
|
| // 'invalid_request_flags', and 'invalid_response_flags' until additional
|
| // logic in *RequestValidator and *ResponseValidator is ported from
|
| @@ -239,7 +237,6 @@ define([
|
| 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 ||
|
| testFiles[i].indexOf("invalid_response_flags") != -1) {
|
|
|