Lines Matching +full:- +full:- +full:devsim
9 # http://www.apache.org/licenses/LICENSE-2.0
28 # ./build/tests/vk_layer_validation_tests --devsim; done
29 # | python3 parse_test_results.py [--fail_on_skip] [--fail_on_unexpected]
31 # --fail_on_skip causes the script to exit with a non-zero exit code if a test
34 # --fail_on_unexpected causes the script to exit with a non-zero exit code if
116 if re.search(r'\[-*\]', line) is not None:
118 # Here we see a message that starts [----------] before another test
158 parser.add_argument('--fail_on_skip', action='store_true', help="Makes the script exit with a "
159 "non-zero exit code if a test didn't run on any device profile.")
160 parser.add_argument('--fail_on_unexpected', action='store_true', help="Makes the script exit "
161 "with a non-zero exit code if a test causes unexpected errors.")