Migrate blink tests that are not relevant to blink into a new V8 test suite called...
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Jun 2013 14:23:30 +0000 (14:23 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 26 Jun 2013 14:23:30 +0000 (14:23 +0000)
commitf3f14fc7ed5162ff3a5e426b620e89bb87f63d2e
tree6d4aa7ab2993e06b46bd1c5354cdcfaf7ed8dc2e
parentbd0deb9443cd5996e4a3fc8099bfa80ffc5799b9
Migrate blink tests that are not relevant to blink into a new V8 test suite called 'blink'.

This initial CL contains the new test suite code and two tests for demonstration.

Other tests will follow in a separate CL.

R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15339 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
.gitignore
test/message/testcfg.py
test/webkit/concat-while-having-a-bad-time-expected.txt [new file with mode: 0644]
test/webkit/concat-while-having-a-bad-time.js [new file with mode: 0644]
test/webkit/dfg-inlining-reg-alloc-expected.txt [new file with mode: 0644]
test/webkit/dfg-inlining-reg-alloc.js [new file with mode: 0644]
test/webkit/resources/standalone-post.js [new file with mode: 0644]
test/webkit/resources/standalone-pre.js [new file with mode: 0644]
test/webkit/testcfg.py [new file with mode: 0644]
test/webkit/webkit.status [new file with mode: 0644]
tools/testrunner/local/old_statusfile.py