Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2022-05-19 05:59:49 +0300
committerMed Ismail Bennani <medismail.bennani@gmail.com>2022-05-19 07:12:43 +0300
commitfbf0c4229410fb17842cc0c0db882eeba6252ae8 (patch)
tree3535e77ef127dd65af354e8cd237ca2b99f97291 /lldb
parentffaaf2498bda550beeedadb79060323b8d3b0188 (diff)
Revert "[lldb/test] Make some tests as XFAIL while I investigate the issue"
This reverts commit 80589f272c200798b57a5151680a993bc2cc00a7.
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py1
-rw-r--r--lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py1
-rw-r--r--lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py3
-rw-r--r--lldb/test/API/iohandler/unicode/TestUnicode.py1
-rw-r--r--lldb/test/API/repl/clang/TestClangREPL.py1
5 files changed, 0 insertions, 7 deletions
diff --git a/lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py b/lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
index 3bf3c0510621..d580d936dc4a 100644
--- a/lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
+++ b/lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
@@ -28,7 +28,6 @@ class MultilineCompletionTest(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
- @expectedFailureAll()
@skipIfAsan
@skipIfEditlineSupportMissing
@expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr49408')
diff --git a/lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py b/lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py
index 009d9df18a9e..633aa1f57008 100644
--- a/lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py
+++ b/lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py
@@ -13,7 +13,6 @@ class GuiViewLargeCommandTest(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
- @expectedFailureAll()
@skipIfAsan
@skipIfCursesSupportMissing
@skipIfRemote # "run" command will not work correctly for remote debug
diff --git a/lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py b/lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py
index 362f44622820..80e45222a815 100644
--- a/lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py
+++ b/lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py
@@ -23,7 +23,6 @@ class TestCase(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
- @expectedFailureAll()
@skipIfAsan
@skipIfEditlineSupportMissing
def test_autosuggestion_add_spaces(self):
@@ -38,7 +37,6 @@ class TestCase(PExpectTest):
self.quit()
- @expectedFailureAll()
@skipIfAsan
@skipIfEditlineSupportMissing
def test_autosuggestion(self):
@@ -106,7 +104,6 @@ class TestCase(PExpectTest):
self.quit()
- @expectedFailureAll()
@skipIfAsan
@skipIfEditlineSupportMissing
def test_autosuggestion_custom_ansi_prefix_suffix(self):
diff --git a/lldb/test/API/iohandler/unicode/TestUnicode.py b/lldb/test/API/iohandler/unicode/TestUnicode.py
index 1c0696432d93..7d239341d59c 100644
--- a/lldb/test/API/iohandler/unicode/TestUnicode.py
+++ b/lldb/test/API/iohandler/unicode/TestUnicode.py
@@ -16,7 +16,6 @@ class TestCase(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
- @expectedFailureAll()
@skipIfAsan
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Randomly fails on buildbot
def test_unicode_input(self):
diff --git a/lldb/test/API/repl/clang/TestClangREPL.py b/lldb/test/API/repl/clang/TestClangREPL.py
index 8340c49850df..9ad67af74f9d 100644
--- a/lldb/test/API/repl/clang/TestClangREPL.py
+++ b/lldb/test/API/repl/clang/TestClangREPL.py
@@ -21,7 +21,6 @@ class TestCase(PExpectTest):
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
- @expectedFailureAll()
@skipIfAsan
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Randomly fails on buildbot
@skipIfEditlineSupportMissing