v8/test/preparser
ulan@chromium.org 06a9f51ccb Adjust Android test expectations.
Disable long running tests:
- test-threads/ThreadJoinSelf in release and debug modes.
- regress/regress-1122 in debug mode.

Disable failing test:
- preparser/strict-octal-regexp (v8 issue 2265).

R=jkummerow@chromium.org

Review URL: https://chromiumcodereview.appspot.com/11185073

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12769 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-10-19 09:28:23 +00:00
..
duplicate-parameter.pyt Reintroduce duplicate identifier detection in preparser. 2011-09-07 12:39:53 +00:00
duplicate-property.pyt Reintroduce duplicate identifier detection in preparser. 2011-09-07 12:39:53 +00:00
empty.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
functions-only.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
non-alphanum.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
non-use-strict-hex-escape.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
non-use-strict-octal-escape.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
non-use-strict-uhex-escape.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
nonstrict-arguments.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
nonstrict-eval.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
nonstrict-with.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
preparser.expectation Create template system for strict-mode tests. 2011-05-23 10:35:30 +00:00
preparser.status Adjust Android test expectations. 2012-10-19 09:28:23 +00:00
strict-const.js Add tests for function statements in strict mode. 2011-05-24 14:02:59 +00:00
strict-function-statement.pyt Add tests for function statements in strict mode. 2011-05-24 14:02:59 +00:00
strict-identifiers.pyt Fix wrong iteration variable in test/preparser/strict-identifiers.pyt 2012-07-09 08:26:17 +00:00
strict-octal-indirect-regexp.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-number.js Fix newly introduced bug in detecing octal numbers. 2011-05-06 12:47:18 +00:00
strict-octal-regexp.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-string.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-use-strict-after.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-octal-use-strict-before.js Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
strict-with.js Added preparser strict-mode tests. 2011-05-19 09:01:46 +00:00
symbols-only.js Reapply changelist r7436. 2011-03-31 08:12:17 +00:00
testcfg.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00