summaryrefslogtreecommitdiff
path: root/tester/rt/test.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-04-04 13:32:03 +1000
committerChris Johns <chrisj@rtems.org>2017-04-04 13:32:03 +1000
commit15a3e06518a90338d90b7fd6c129df30d54244cb (patch)
treee269dfdd865dc825eec08619befdfeb4dcee26aa /tester/rt/test.py
parent5ca8badd2e8c962ef516445fe14b09cd2e4760a2 (diff)
tester: Add support for expected-fail, user-input, and benchmarks.
Count the errors for the states listed and add running totals. Kill the test process if the test state is user-input or benchmark.
Diffstat (limited to 'tester/rt/test.py')
-rw-r--r--tester/rt/test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tester/rt/test.py b/tester/rt/test.py
index ec01cfb..7a35f59 100644
--- a/tester/rt/test.py
+++ b/tester/rt/test.py
@@ -303,9 +303,6 @@ def run(command_path = None):
start_time = datetime.datetime.now()
total = len(executables)
reports = report.report(total)
- invalid_tests = opts.defaults['invalid_tests']
- if invalid_tests:
- reports.set_invalid_tests([l.strip() for l in invalid_tests.splitlines()])
reporting = 1
jobs = int(opts.jobs(opts.defaults['_ncpus']))
exe = 0