[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-04-05 Thread Aleksandr Korepanov via lldb-commits
https://github.com/AlexK0 updated https://github.com/llvm/llvm-project/pull/131600 >From 2186582c6113033a7adf2c3ac7fb1a6fcde5726c Mon Sep 17 00:00:00 2001 From: Aleksandr Korepanov Date: Mon, 17 Mar 2025 11:03:57 +0100 Subject: [PATCH 1/2] [LLDB][tests] Transfer APPDATA env for running tests O

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-04-04 Thread Pavel Labath via lldb-commits
@@ -63,7 +63,7 @@ def execute(self, test, litConfig): try: out, err, exitCode = lit.util.executeCommand( cmd, -env=test.config.environment, +env={**os.environ, **test.config.environment}, labat

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-04-04 Thread Aleksandr Korepanov via lldb-commits
@@ -201,8 +201,15 @@ def test_watch_address_with_invalid_watch_size(self): value.GetValueAsUnsigned(), 365, wp_opts, error ) self.assertFalse(watchpoint) -self.expect( -error.GetCString(), -exe=

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-18 Thread Aleksandr Korepanov via lldb-commits
@@ -5,11 +5,11 @@ # RUN: rm -rf %t.existing # RUN: mkdir -p %t.existing # RUN: %lldb -o 'diagnostics dump -d %t.existing' -# RUN: file %t.existing | FileCheck %s +# RUN: test -d %t.existing && echo "directory" | FileCheck %s AlexK0 wrote: Fixed https://github

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-18 Thread Aleksandr Korepanov via lldb-commits
https://github.com/AlexK0 updated https://github.com/llvm/llvm-project/pull/131600 >From 2186582c6113033a7adf2c3ac7fb1a6fcde5726c Mon Sep 17 00:00:00 2001 From: Aleksandr Korepanov Date: Mon, 17 Mar 2025 11:03:57 +0100 Subject: [PATCH 1/2] [LLDB][tests] Transfer APPDATA env for running tests O

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-18 Thread Pavel Labath via lldb-commits
https://github.com/labath approved this pull request. Thanks. https://github.com/llvm/llvm-project/pull/131600 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-18 Thread Aleksandr Korepanov via lldb-commits
@@ -63,7 +63,7 @@ def execute(self, test, litConfig): try: out, err, exitCode = lit.util.executeCommand( cmd, -env=test.config.environment, +env={**os.environ, **test.config.environment}, AlexK

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-18 Thread Pavel Labath via lldb-commits
@@ -5,11 +5,11 @@ # RUN: rm -rf %t.existing # RUN: mkdir -p %t.existing # RUN: %lldb -o 'diagnostics dump -d %t.existing' -# RUN: file %t.existing | FileCheck %s +# RUN: test -d %t.existing && echo "directory" | FileCheck %s labath wrote: I don't think you act

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-18 Thread Pavel Labath via lldb-commits
@@ -201,8 +201,15 @@ def test_watch_address_with_invalid_watch_size(self): value.GetValueAsUnsigned(), 365, wp_opts, error ) self.assertFalse(watchpoint) -self.expect( -error.GetCString(), -exe=

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-17 Thread Aleksandr Korepanov via lldb-commits
https://github.com/AlexK0 updated https://github.com/llvm/llvm-project/pull/131600 >From 9734adfcca5d1d5cfdba85dc0bfe76d230106c11 Mon Sep 17 00:00:00 2001 From: Aleksandr Korepanov Date: Mon, 17 Mar 2025 11:03:57 +0100 Subject: [PATCH 1/2] [LLDB][tests] Use original env for running tests On Wi

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-17 Thread via lldb-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r 7dcea28bf92e49737fa285e93621cfa814323524...959c86f9cee6bedadc32bb99574b4fdfac37f0fd lldb/

[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)

2025-03-17 Thread Aleksandr Korepanov via lldb-commits
https://github.com/AlexK0 edited https://github.com/llvm/llvm-project/pull/131600 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits