Home
last modified time | relevance | path

Searched defs:skipError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/scripttest/
Dscripttest.go122 type skipError struct { struct
123 msg string
126 func (s skipError) Error() string {
/aosp_15_r20/external/libxkbcommon/test/
H A Dtool-option-parsing.py79 def __init__(self, subtool=None, skipIf=(), skipError=()): argument