Home | History | Annotate | Download | only in runner

Lines Matching refs:FROM

11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
52 mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each malloc in turn failing from the given number onwards.")
75 // DisabledTests maps from a glob-based pattern to a freeform string.
76 // The glob pattern is used to exclude tests from being run and the
81 // ErrorMap maps from expected error strings to the correct error
355 // ClientSessionCache are copied from the initial connection's
372 // messages from the runner.
821 // accept accepts a connection from listener, unless waitChan signals a process
1039 // Separate the errors from the shim and those from tools like
5962 // If the client does not offer the cipher from the session, decline to
5963 // resume. Clients are forbidden from doing this, but BoringSSL selects
7410 // In TLS 1.3, the ECDSA curve comes from the signature algorithm.
7562 // We assume the shim does not read from the channel eagerly. It must
8020 // Test an unknown extension from the server.
8081 // Test a known but unoffered extension from the server.
10138 // ALPN was omitted from the first connection.
10163 // ALPN was omitted from the second connection.
10238 // Test that we reject early data where ALPN is omitted from the first
10263 // Test that we reject early data where ALPN is omitted from the second
10644 // Test that when the config changes from on to off, a
10664 // Test that when the config changes from off to on, a
10912 fmt.Fprintf(os.Stderr, "Error matching pattern %q from config file: %s\n", pattern, err)