Skip computed property name test on Windows

BUG=v8:3815
LOG=N
TBR=dslomov@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#26085}
This commit is contained in:
Erik Arvidsson 2015-01-15 15:51:22 -05:00
parent 74e38e34b3
commit 7a4c73ccd9

View File

@ -514,7 +514,7 @@
'debug-script-breakpoints': [PASS, FAIL],
# BUG(v8:3815). TODO(arv): Investigate.
'harmony/computed-property-names': [PASS, FAIL]
'harmony/computed-property-names': [SKIP]
}], # 'system == windows'
##############################################################################