fix traceur test blacklist

This commit is contained in:
Sebastian McKenzie 2015-06-09 03:48:22 +01:00
parent 429edda9c0
commit 024ae670cb

View File

@ -41,13 +41,17 @@ require("./_transformation-helper")({
"Yield/ObjectModel",
"Yield/ReturnGenerator",
// TODO: core-js
// TODO: core-js fails these
"Collections/Map",
"Collections/Set",
"ArrayExtras/From",
"ArrayExtras/FindIndex",
"ArrayExtras/Find",
"StringIterator",
"StringExtras/Includes",
"StringExtras/EndsWith",
// this tests pollutes Object.prototype which messes things up
"StringExtras/StartsWith",
// TODO
"Syntax/IsValidSimpleAssignmentTarget",