[Lldb-commits] [lldb] r320952 - [testsuite] Un-XFAIL the global variables tests.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 17 11:45:24 PST 2017


The bot is still green, this was a test XFAILed a while ago but never
reenabled (an oversight)
http://lab.llvm.org:8080/green/view/LLDB/job/lldb-xcode/3376/

On Sun, Dec 17, 2017 at 10:58 AM, Davide Italiano via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: davide
> Date: Sun Dec 17 10:58:27 2017
> New Revision: 320952
>
> URL: http://llvm.org/viewvc/llvm-project?rev=320952&view=rev
> Log:
> [testsuite] Un-XFAIL the global variables tests.
>
> <rdar://problem/28725399>
>
> Differential Revision:  https://reviews.llvm.org/D41312
>
> Modified:
>     lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
>
> Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py?rev=320952&r1=320951&r2=320952&view=diff
> ==============================================================================
> --- lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py (original)
> +++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py Sun Dec 17 10:58:27 2017
> @@ -22,12 +22,6 @@ class GlobalVariablesTestCase(TestBase):
>          self.shlib_names = ["a"]
>
>      @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")
> -    @expectedFailureAll(
> -        "llvm.org/pr25872, <rdar://problem/28725399>",
> -        oslist=["macosx"],
> -        debug_info=[
> -            "dwarf",
> -            "gmodules"])
>      def test_c_global_variables(self):
>          """Test 'frame variable --scope --no-args' which omits args and shows scopes."""
>          self.build()
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


More information about the lldb-commits mailing list