예제 #1
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(oslist=["windows"],
                                  bugnumber="llvm.org/pr24764")
])
예제 #2
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            bugnumber="rdar://problem/24599697")])
예제 #3
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [decorators.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr27845"),
                                                decorators.expectedFailureAll(compiler="clang", compiler_version=["<", "3.5"], bugnumber="llvm.org/pr27845")])
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(),
                          [decorators.expectedFailureAll(compiler="gcc")])
# TestSwiftPartiallyGenericFuncContinuation.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.lldbtest as lldbtest
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), decorators=[
    decorators.expectedFailureAll(bugnumber="rdar://28234825")])
예제 #6
0
# TestSwiftFoundationTypeURLComponents.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See https://swift.org/LICENSE.txt for license information
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    decorators=[
        decorators.skipUnlessDarwin,
        decorators.expectedFailureAll(bugnumber='rdar://32800121')
    ])
예제 #7
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(),
    [decorators.expectedFailureAll(bugnumber="rdar://problem/32096064")])
# TestSwiftNSArrayCodeRunningFormatter.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(__file__, globals(), decorators=[decorators.skipUnlessDarwin, decorators.expectedFailureAll(bugnumber="https://bugs.swift.org/browse/SR-781")])

예제 #9
0
# TestSwiftFoundationValueTypes.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See https://swift.org/LICENSE.txt for license information
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    decorators=[
        decorators.expectedFailureAll(bugnumber="rdar://problem/32040811"),
        decorators.skipUnlessDarwin
    ])
예제 #10
0
from lldbsuite.test import decorators
from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.skipIfFreeBSD, decorators.skipIfLinux, decorators.skipIfWindows,
    decorators.skipIfNetBSD,
    decorators.expectedFailureAll(
        oslist=['macosx'], archs=['i386'], bugnumber='rdar://28656677')
])
# TestSwiftPartiallyGenericFuncEnum.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(__file__,
                          globals(),
                          decorators=decorators.expectedFailureAll())
# TestSwiftFoundationValueTypes.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See https://swift.org/LICENSE.txt for license information
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    decorators=[
        decorators.skipUnlessDarwin,
        decorators.expectedFailureAll(
            bugnumber="https://bugs.swift.org/browse/SR-3320")
    ])
# TestSwiftFoundationValueTypes.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See https://swift.org/LICENSE.txt for license information
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(
    __file__, globals(), decorators=[
        decorators.skipUnlessDarwin,
        decorators.expectedFailureAll(bugnumber="https://bugs.swift.org/browse/SR-3320")])
예제 #14
0
from lldbsuite.test import lldbinline, lldbplatformutil
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(
        bugnumber="llvm.org/PR36715",
        oslist=lldbplatformutil.getDarwinOSTriples() + ['windows'])
])
예제 #15
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [decorators.skipIfFreeBSD,decorators.skipIfLinux,decorators.skipIfWindows, decorators.expectedFailureAll(bugnumber="rdar://problem/17990991")])
예제 #16
0
from lldbsuite.test import lldbinline, lldbplatformutil
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(bugnumber="llvm.org/PR36715",
                                  oslist=['windows'])
])
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(compiler="gcc"),
    decorators.expectedFailureAll(
        oslist=['ios', 'watchos', 'tvos', 'bridgeos'],
        bugnumber=
        "rdar://problem/48128064: class template declaration unexpectedly shadowed by VarDecl on MacOS"
    )
])
예제 #18
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(),
    [decorators.expectedFailureAll(bugnumber="llvm.org/PR36715")])
예제 #19
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [decorators.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")] )
예제 #20
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            bugnumber="llvm.org/PR36715")])
예제 #21
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(bugnumber="llvm.org/pr50814", compiler="gcc")
])
예제 #22
0
# TestSwiftGenericSelf.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    decorators=decorators.expectedFailureAll(oslist=['linux']))
예제 #23
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [decorators.expectedFailureAll(bugnumber="rdar://problem/24599697")] )
예제 #24
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(compiler="clang",
                                  compiler_version=["<", "3.5"],
                                  bugnumber="llvm.org/pr27845"),
    decorators.expectedFailureAll(archs="aarch64",
                                  oslist="linux",
                                  debug_info="dwo",
                                  bugnumber="llvm.org/pr44037")
])
예제 #25
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            oslist=["windows"], bugnumber="llvm.org/pr24764")])
예제 #26
0
# TestWeakSelf.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.lldbtest as lldbtest
import lldbsuite.test.decorators as decorators

# <rdar://problem/22738516>
lldbinline.MakeInlineTest(__file__, globals(), decorators=decorators.expectedFailureAll())
예제 #27
0
from lldbsuite.test import decorators
from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.skipIfFreeBSD, decorators.skipIfLinux,
        decorators.skipIfWindows, decorators.skipIfNetBSD,
        decorators.expectedFailureAll(
            oslist=['macosx'], archs=['i386'],
            bugnumber='rdar://28656677')])
예제 #28
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    [
        # This is a Darwin-only failure related to incorrect expression-
        # evaluation for single-bit ObjC bitfields.
        decorators.skipUnlessDarwin,
        decorators.expectedFailureAll(
            bugnumber="rdar://problem/17990991")])
예제 #29
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [decorators.expectedFailureAll(compiler="gcc")])
예제 #30
0
from lldbsuite.test import decorators
from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    [
        decorators.skipIfFreeBSD,
        decorators.skipIfLinux,
        decorators.skipIfWindows,
        decorators.expectedFailureAll(oslist=["macosx"], archs=["i386"], bugnumber="rdar://28656677"),
    ],
)
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(oslist=["windows"],
                                  bugnumber="llvm.org/pr27845"),
    decorators.expectedFailureAll(compiler="clang",
                                  compiler_version=["<", "3.5"],
                                  bugnumber="llvm.org/pr27845")
])
예제 #32
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.expectedFailureAll(oslist=["windows"],
                                  bugnumber="llvm.org/pr24764"),
    decorators.expectedFailureAll(bugnumber="<rdar://problem/31811802>")
])
예제 #33
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    decorators.skipIfFreeBSD, decorators.skipIfLinux, decorators.skipIfWindows,
    decorators.expectedFailureAll(bugnumber="rdar://problem/17990991")
])
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__,
                          globals(),
                          [decorators.expectedFailureAll(compiler="clang",
                                                         compiler_version=["<",
                                                                           "3.5"],
                                                         bugnumber="llvm.org/pr27845")])
# TestSwiftPartiallyGenericFuncEnum.py
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See http://swift.org/LICENSE.txt for license information
# See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
# ------------------------------------------------------------------------------
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.decorators as decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    decorators=decorators.expectedFailureAll())
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(bugnumber="rdar://problem/32096064")])
예제 #37
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            compiler="gcc"),
        # rdar://problem/48128064
        decorators.skipIfDarwin])
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [decorators.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24772")])