haikuwebkit/LayoutTests/fast/regex
Yusuke Suzuki a6dbd5e748 Move DOM-unrelated tests out of fast/regex/dom
https://bugs.webkit.org/show_bug.cgi?id=228661

Reviewed by Saam Barati.

By moving to fast/regex/, we can run them from JSC tests too.

* fast/regex/lastIndex-expected.txt: Renamed from LayoutTests/fast/regex/dom/lastIndex-expected.txt.
* fast/regex/lastIndex.html: Renamed from LayoutTests/fast/regex/dom/lastIndex.html.
* fast/regex/non-pattern-characters-expected.txt: Renamed from LayoutTests/fast/regex/dom/non-pattern-characters-expected.txt.
* fast/regex/non-pattern-characters.html: Renamed from LayoutTests/fast/regex/dom/non-pattern-characters.html.
* fast/regex/script-tests/lastIndex.js: Renamed from LayoutTests/fast/regex/dom/script-tests/lastIndex.js.
* fast/regex/script-tests/non-pattern-characters.js: Renamed from LayoutTests/fast/regex/dom/script-tests/non-pattern-characters.js.
* fast/regex/script-tests/unicodeCaseInsensitive.js: Renamed from LayoutTests/fast/regex/dom/script-tests/unicodeCaseInsensitive.js.
* fast/regex/unicodeCaseInsensitive-expected.txt: Renamed from LayoutTests/fast/regex/dom/unicodeCaseInsensitive-expected.txt.
* fast/regex/unicodeCaseInsensitive.html: Renamed from LayoutTests/fast/regex/dom/unicodeCaseInsensitive.html.

Canonical link: https://commits.webkit.org/240144@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280512 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-07-31 08:06:04 +00:00
..
dom
script-tests
alternative-length-miscalculation-expected.txt
alternative-length-miscalculation.html
assertion-expected.txt
assertion.html
backreferences-expected.txt
backreferences.html
constructor-expected.txt
constructor.html
dotstar-expected.txt
dotstar.html
early-acid3-86-expected.txt
early-acid3-86.html
ecma-regex-examples-expected.txt
ecma-regex-examples.html
invalid-range-in-class-expected.txt
invalid-range-in-class.html
lastIndex-expected.txt
lastIndex.html
malformed-escapes-expected.txt
malformed-escapes.html
non-capturing-backtracking-expected.txt
non-capturing-backtracking.html
non-pattern-characters-expected.txt Move DOM-unrelated tests out of fast/regex/dom 2021-07-31 08:06:04 +00:00
non-pattern-characters.html
overflow-expected.txt RegExp.exec returns wrong value with a long integer quantifier 2018-07-03 00:49:48 +00:00
overflow.html
parentheses-expected.txt
parentheses.html
pcre-test-1-expected.txt
pcre-test-1.html
pcre-test-4-expected.txt
pcre-test-4.html
quantified-assertions-expected.txt
quantified-assertions.html
repeat-match-waldemar-expected.txt
repeat-match-waldemar.html
slow-expected.txt https://bugs.webkit.org/show_bug.cgi?id=60866 2011-05-16 09:08:07 +00:00
slow.html
toString-expected.txt
toString.html
unicodeCaseInsensitive-expected.txt
unicodeCaseInsensitive.html