[PerformanceTests] Each Dromaeo test needs its landing html.
authormorrita@google.com <morrita@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 6 Feb 2012 23:44:33 +0000 (23:44 +0000)
committermorrita@google.com <morrita@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 6 Feb 2012 23:44:33 +0000 (23:44 +0000)
commitaa55f3f1b7e042a289ced00631f5e4f0fa2a15f3
tree26b64cde80e2c39ada3fc6ccfa3614ed86c40f85
parent7cc2aa5a9ac467c7885e631d2c4211397ec04c38
[PerformanceTests] Each Dromaeo test needs its landing html.
https://bugs.webkit.org/show_bug.cgi?id=77504

Reviewed by Ryosuke Niwa.

PerformanceTests:

- Added landing pages for each test which are listed in MANIFEST.json
- Removed some tests which depends on the library whose license is incompatible to WebKit.
- Added local copy of corresponding library. And replace the references to the remote sources
  to the local copies.
- Removed old library files under Dromaeo/resources/dromaeo/web/lib/.
- Skipped Sunsupier and v8 test. Such JS centric test should have its own test instead of
  running as a part of Dromaeo.

* Dromaeo/cssquery-dojo.html: Added.
* Dromaeo/cssquery-jquery.html: Added.
* Dromaeo/cssquery-prototype.html: Added.
* Dromaeo/dom-attr.html: Added.
* Dromaeo/dom-modify.html: Added.
* Dromaeo/dom-traverse.html: Added.
* Dromaeo/dromaeo-3d-cube.html: Added.
* Dromaeo/dromaeo-core-eval.html: Added.
* Dromaeo/dromaeo-object-array.html: Added.
* Dromaeo/dromaeo-object-regexp.html: Added.
* Dromaeo/dromaeo-object-string.html: Added.
* Dromaeo/dromaeo-string-base64.html: Added.
* Dromaeo/jslib-attr-jquery.html: Added.
* Dromaeo/jslib-attr-prototype.html: Added.
* Dromaeo/jslib-event-jquery.html: Added.
* Dromaeo/jslib-event-prototype.html: Added.
* Dromaeo/jslib-modify-jquery.html: Added.
* Dromaeo/jslib-modify-prototype.html: Added.
* Dromaeo/jslib-style-jquery.html: Added.
* Dromaeo/jslib-style-prototype.html: Added.
* Dromaeo/jslib-traverse-jquery.html: Added.
* Dromaeo/jslib-traverse-prototype.html: Added.
* Dromaeo/resources/dromaeo/web/lib/dojo.js: Removed.
* Dromaeo/resources/dromaeo/web/lib/dojo-1.6.1.js: Added.
* Dromaeo/resources/dromaeo/web/lib/jquery.js: Removed.
* Dromaeo/resources/dromaeo/web/lib/jquery-1.6.4.js: Added.
* Dromaeo/resources/dromaeo/web/lib/mootools.js: Removed.
* Dromaeo/resources/dromaeo/web/lib/prototype.js: Removed.
* Dromaeo/resources/dromaeo/web/lib/prototype-1.7.js: Added.
* Dromaeo/resources/dromaeo/web/tests/cssquery-dojo.html:
* Dromaeo/resources/dromaeo/web/tests/cssquery-jquery.html:
* Dromaeo/resources/dromaeo/web/tests/cssquery-mootools.html: Removed.
* Dromaeo/resources/dromaeo/web/tests/cssquery-prototype.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-attr-jquery.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-attr-prototype.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-event-jquery.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-event-prototype.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-modify-jquery.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-modify-prototype.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-style-jquery.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-style-prototype.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-traverse-jquery.html:
* Dromaeo/resources/dromaeo/web/tests/jslib-traverse-prototype.html:
* Dromaeo/sunspider-3d-morph.html: Added.
* Dromaeo/sunspider-3d-raytrace.html: Added.
* Dromaeo/sunspider-access-binary-trees.html: Added.
* Dromaeo/sunspider-access-fannkuch.html: Added.
* Dromaeo/sunspider-access-nbody.html: Added.
* Dromaeo/sunspider-access-nsieve.html: Added.
* Dromaeo/sunspider-bitops-3bit-bits-in-byte.html: Added.
* Dromaeo/sunspider-bitops-bits-in-byte.html: Added.
* Dromaeo/sunspider-bitops-bitwise-and.html: Added.
* Dromaeo/sunspider-bitops-nsieve-bits.html: Added.
* Dromaeo/sunspider-controlflow-recursive.html: Added.
* Dromaeo/sunspider-crypto-aes.html: Added.
* Dromaeo/sunspider-crypto-md5.html: Added.
* Dromaeo/sunspider-crypto-sha1.html: Added.
* Dromaeo/sunspider-date-format-tofte.html: Added.
* Dromaeo/sunspider-date-format-xparb.html: Added.
* Dromaeo/sunspider-math-cordic.html: Added.
* Dromaeo/sunspider-math-partial-sums.html: Added.
* Dromaeo/sunspider-math-spectral-norm.html: Added.
* Dromaeo/sunspider-regexp-dna.html: Added.
* Dromaeo/sunspider-string-fasta.html: Added.
* Dromaeo/sunspider-string-tagcloud.html: Added.
* Dromaeo/sunspider-string-unpack-code.html: Added.
* Dromaeo/sunspider-string-validate-input.html: Added.
* Dromaeo/v8-crypto.html: Added.
* Dromaeo/v8-deltablue.html: Added.
* Dromaeo/v8-earley-boyer.html: Added.
* Dromaeo/v8-raytrace.html: Added.
* Dromaeo/v8-richards.html: Added.
* Skipped:

Tools:

Added an ignorable pattern which happens in some Dromaeo tests.

* Scripts/webkitpy/performance_tests/perftestsrunner.py:
(PerfTestsRunner):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106865 268f45cc-cd09-0410-ab3c-d52691b4dbfc
77 files changed:
PerformanceTests/ChangeLog
PerformanceTests/Dromaeo/cssquery-dojo.html [new file with mode: 0644]
PerformanceTests/Dromaeo/cssquery-jquery.html [new file with mode: 0644]
PerformanceTests/Dromaeo/cssquery-prototype.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dom-attr.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dom-modify.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dom-traverse.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dromaeo-3d-cube.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dromaeo-core-eval.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dromaeo-object-array.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dromaeo-object-regexp.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dromaeo-object-string.html [new file with mode: 0644]
PerformanceTests/Dromaeo/dromaeo-string-base64.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-attr-jquery.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-attr-prototype.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-event-jquery.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-event-prototype.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-modify-jquery.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-modify-prototype.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-style-jquery.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-style-prototype.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-traverse-jquery.html [new file with mode: 0644]
PerformanceTests/Dromaeo/jslib-traverse-prototype.html [new file with mode: 0644]
PerformanceTests/Dromaeo/resources/dromaeo/web/index.html
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/dojo-1.6.1.js [new file with mode: 0644]
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/dojo.js [deleted file]
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/jquery-1.6.4.js [new file with mode: 0644]
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/jquery.js [deleted file]
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/mootools.js [deleted file]
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/prototype-1.7.js [new file with mode: 0644]
PerformanceTests/Dromaeo/resources/dromaeo/web/lib/prototype.js [deleted file]
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/cssquery-dojo.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/cssquery-jquery.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/cssquery-mootools.html [deleted file]
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/cssquery-prototype.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-attr-jquery.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-attr-prototype.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-event-jquery.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-event-prototype.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-modify-jquery.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-modify-prototype.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-style-jquery.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-style-prototype.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-traverse-jquery.html
PerformanceTests/Dromaeo/resources/dromaeo/web/tests/jslib-traverse-prototype.html
PerformanceTests/Dromaeo/sunspider-3d-morph.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-3d-raytrace.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-access-binary-trees.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-access-fannkuch.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-access-nbody.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-access-nsieve.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-bitops-3bit-bits-in-byte.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-bitops-bits-in-byte.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-bitops-bitwise-and.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-bitops-nsieve-bits.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-controlflow-recursive.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-crypto-aes.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-crypto-md5.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-crypto-sha1.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-date-format-tofte.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-date-format-xparb.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-math-cordic.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-math-partial-sums.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-math-spectral-norm.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-regexp-dna.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-string-fasta.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-string-tagcloud.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-string-unpack-code.html [new file with mode: 0644]
PerformanceTests/Dromaeo/sunspider-string-validate-input.html [new file with mode: 0644]
PerformanceTests/Dromaeo/v8-crypto.html [new file with mode: 0644]
PerformanceTests/Dromaeo/v8-deltablue.html [new file with mode: 0644]
PerformanceTests/Dromaeo/v8-earley-boyer.html [new file with mode: 0644]
PerformanceTests/Dromaeo/v8-raytrace.html [new file with mode: 0644]
PerformanceTests/Dromaeo/v8-richards.html [new file with mode: 0644]
PerformanceTests/Skipped
Tools/ChangeLog
Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py