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

Commit

Permalink
Merge pull request #877 from fredriss/dev/fix-ubuntu-18.04-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-ci committed Sep 6, 2018
2 parents 884946d + 5ffb86e commit 28a5066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class StdUniquePtrDataFormatterTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)

@skipIfDarwin # doesn't compile on Darwin
@skipIfLinux
@skipUnlessLibstdcxxAvailable
def test_with_run_command(self):
self.build()
Expand Down Expand Up @@ -67,6 +68,7 @@ def test_with_run_command(self):
@skipIfWindows # libstdcpp not ported to Windows
@skipIfDarwin # doesn't compile on Darwin
@skipIfwatchOS # libstdcpp not ported to watchos
@skipIfLinux
def test_recursive_unique_ptr(self):
# Tests that LLDB can handle when we have a loop in the unique_ptr
# reference chain and that it correctly handles the different options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <thread>
#include <vector>
#include <queue>
#include <functional>
#include <future>
#include <iostream>
#include <cassert>
Expand Down

0 comments on commit 28a5066

Please sign in to comment.