================
@@ -102,3 +103,23 @@ def test_stackTrace(self):
self.assertGreaterEqual(
totalFrames, i, "total frames should include a pagination offset"
)
+
+ @skipIfWindows
----------------
da-viper wrote:
should skip linux
https://github.com/llvm/llvm-project/pull/137113