Gradle Test Run :ciRelease

Filesystem and parser behavior

summary

9

tests

0

failures

0

skipped

0.046s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
Parser must ignore hash and slash-slash remarks shouldIgnoreHashAndDoubleSlashRemarks() 1 0 0 0.004s 100%
Binary dense-span override overloads should load equivalent tries shouldLoadBinaryWithDenseSpanOverrideOverloads() 1 0 0 0.008s 100%
Textual compiled load overloads must preserve stemming semantics shouldLoadCompiledTrieFromTextualOverloads() 1 0 0 0.006s 100%
Path and String overloads must load equivalent tries shouldLoadEquivalentTrieFromPathAndStringOverloads() 1 0 0 0.004s 100%
Metadata overload must drive case and diacritic normalization shouldLoadUsingExplicitMetadataConfiguration() 1 0 0 0.003s 100%
storeOriginal=false must not insert the stem itself unless present as a variant elsewhere shouldNotStoreOriginalStemWhenDisabled() 1 0 0 0.001s 100%
Binary save and load overloads must preserve trie semantics shouldRoundTripBinaryTrieAcrossAllBinaryOverloads() 1 0 0 0.009s 100%
storeOriginal=true must make the stem itself resolvable through the no-op patch shouldStoreOriginalStemWhenRequested() 1 0 0 0.003s 100%
Explicit right-to-left loading must use forward traversal semantics shouldUseForwardTraversalForExplicitRightToLeftLoading() 1 0 0 0.002s 100%