Home | History | Annotate | Download | only in tests

Lines Matching refs:Tests

7 Runs subdirectories of tests for the Renderscript compiler.
99 # All tests that are expected to FAIL have directory names that
100 # start with 'F_'. Other tests that are expected to PASS have
150 cts_res_raw_path = cts_path + 'tests/res/raw/'
151 cts_src_path = cts_path + 'tests/tests/renderscript/src/'
175 'Runs TESTNAMEs (all tests by default)\n'
178 ' -n, --no-cleanup Don\'t clean up after running tests\n'
211 # Only run tests that are known to PASS or FAIL
212 # Disabled tests can be marked D_ and invoked explicitly
225 print 'Tests Passed: %d\n' % passed,
226 print 'Tests Failed: %d\n' % failed,