Skip to content
Snippets Groups Projects
Commit 5dc4edef authored by gavin@gavinsharp.com's avatar gavin@gavinsharp.com
Browse files

Disable failing tests, failure error reporting is now complete

parent 85be30e9
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,13 @@ include $(topsrcdir)/config/rules.mk
_BROWSER_TEST_FILES = browser_pass.js \
browser_async.js \
browser_scope.js \
browser_fail.js \
browser_fail_async_throw.js \
browser_fail_fp.js \
browser_fail_pf.js \
browser_fail_throw.js \
browser_fail_timeout.js \
# Disabled, these are only good for testing the harness' failure reporting
# browser_fail.js \
# browser_fail_async_throw.js \
# browser_fail_fp.js \
# browser_fail_pf.js \
# browser_fail_throw.js \
# browser_fail_timeout.js \
$(NULL)
libs:: $(_BROWSER_TEST_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment