Searched defs:ErrorCase (Results 1 – 4 of 4) sorted by relevance
252 public static class ErrorCase{ class in TestData260 ErrorCase(char[] uniIn, String asciiIn, Exception ex, in ErrorCase() method in TestData.ErrorCase
859 struct ErrorCase { struct860 string input;861 bool recoverable; // True if the tokenizer should be able to recover and865 const char* errors;
47 class ErrorCase : public TestCase class
44 ErrorCase::ErrorCase (Context& ctx, const char* name, const char* desc) in ErrorCase() function in deqp::gles31::Functional::NegativeTestShared::ErrorCase