Home | History | Annotate | Download | only in fipstools

Lines Matching refs:FAX

2 // files, optionally comparing the results against the provided FAX files.
21 noFAX = flag.Bool("no-fax", false, "Skip comparing against FAX files")
33 // the FAX file. (E.g. because the primitive is non-deterministic.)
400 faxPath := filepath.Join(suite.getDirectory(), "fax", test.inFile+".fax")
403 return fmt.Errorf("cannot open fax file for %q %q: %s", suite.getDirectory(), test.inFile, err)
447 return fmt.Errorf("resp file is longer than fax for %q %q", suite.getDirectory(), test.inFile)
461 return fmt.Errorf("resp and fax differ at line %d for %q %q: %q vs %q", lineNo, suite.getDirectory(), test.inFile, respLine, faxLine)
465 return fmt.Errorf("fax file is longer than resp for %q %q", suite.getDirectory(), test.inFile)