diff --git a/libstdc++-v3/testsuite/experimental/simd/README.md b/libstdc++-v3/testsuite/experimental/simd/README.md index b82453df403..ef8b7c33de7 100644 --- a/libstdc++-v3/testsuite/experimental/simd/README.md +++ b/libstdc++-v3/testsuite/experimental/simd/README.md @@ -139,7 +139,13 @@ allowed_distance)` macros. test then shows as "XFAIL: ...". If the test passes, the test shows "XPASS: ...". -All patterns are matched via +* `timeout: ` + Set the timeout of this test to `` seconds. + +* `timeout-factor: ` + Multiply the default timeout with ``. + +All patterns except `timeout` and `timeout-factor` are matched via ```sh case '' in ) @@ -147,7 +153,7 @@ case '' in ;; esac ``` -The `` is implicitly adds a `*` wildcard before and after the +The `` implicitly adds a `*` wildcard before and after the pattern. Thus, the `CXXFLAGS` pattern matches a substring and all other patterns require a full match.