Home | History | Annotate | Download | only in models

Lines Matching refs:test_expectations

31 from webkitpy.layout_tests.models import test_expectations
46 one of the test_expectations result types - PASS, FAIL, CRASH, etc."""
49 return test_expectations.PASS
53 return test_expectations.CRASH
55 return test_expectations.LEAK
57 return test_expectations.TIMEOUT
59 return test_expectations.SKIP
64 return test_expectations.MISSING
72 return test_expectations.IMAGE_PLUS_TEXT
74 return test_expectations.TEXT
76 return test_expectations.IMAGE
78 return test_expectations.AUDIO