Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 28a5066

Browse files
authored
Merge pull request #877 from fredriss/dev/fix-ubuntu-18.04-bot
2 parents 884946d + 5ffb86e commit 28a5066

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class StdUniquePtrDataFormatterTestCase(TestBase):
1616
mydir = TestBase.compute_mydir(__file__)
1717

1818
@skipIfDarwin # doesn't compile on Darwin
19+
@skipIfLinux
1920
@skipUnlessLibstdcxxAvailable
2021
def test_with_run_command(self):
2122
self.build()
@@ -67,6 +68,7 @@ def test_with_run_command(self):
6768
@skipIfWindows # libstdcpp not ported to Windows
6869
@skipIfDarwin # doesn't compile on Darwin
6970
@skipIfwatchOS # libstdcpp not ported to watchos
71+
@skipIfLinux
7072
def test_recursive_unique_ptr(self):
7173
# Tests that LLDB can handle when we have a loop in the unique_ptr
7274
# reference chain and that it correctly handles the different options

packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/ParallelTask.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <thread>
33
#include <vector>
44
#include <queue>
5+
#include <functional>
56
#include <future>
67
#include <iostream>
78
#include <cassert>

0 commit comments

Comments
 (0)