Пример #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")])