Commit 061e1edf authored by Feng Yu's avatar Feng Yu Committed by V8 LUCI CQ

[test] Fix wrong test names

Test names should be separated by "." but not "/". This CL fixes all
test names which are separated by "."

Bug: v8:13240
Change-Id: I4d97b0cc4b647f28cc2af9685c35b45b7d4561e5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3864190
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82840}
parent 61687829
......@@ -270,7 +270,7 @@
['lite_mode or variant == jitless', {
# Tests that generate code at runtime.
'CodeGenTest/*': [SKIP],
'CodeGenTest.*': [SKIP],
'MacroAssemblerX64Test.EmbeddedObj': [SKIP],
'RegExpTest.MacroAssemblernativeAtStart': [SKIP],
'RegExpTest.MacroAssemblerNativeBackReferenceLATIN1': [SKIP],
......@@ -284,7 +284,7 @@
'RegExpTest.MacroAssemblerNativeSuccess': [SKIP],
'RegExpTest.MacroAssemblerStackOverflow': [SKIP],
'RegExpTest.Graph': [SKIP],
'SloppyEqualityTest/*' : [SKIP],
'SloppyEqualityTest.*' : [SKIP],
'DisasmX64Test.*': [SKIP],
'RunJSBranchesTest.*': [SKIP],
'RunJSCallsTest.*': [SKIP],
......@@ -328,7 +328,7 @@
##############################################################################
['variant == nooptimization', {
# %ObserveNode tests rely on TurboFan.
'SloppyEqualityTest/*' : [SKIP],
'SloppyEqualityTest.*' : [SKIP],
}], # variant == nooptimization
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment