forked from OSchip/llvm-project
These currently crash (from running 'expr' command). Disable the entire class for the time being.
llvm-svn: 115316
This commit is contained in:
parent
05ed521a88
commit
179543890e
|
@ -5,6 +5,7 @@ import unittest2
|
|||
import lldb
|
||||
from lldbtest import *
|
||||
|
||||
@unittest2.skip("crash currently")
|
||||
class ClassTypesTestCase(TestBase):
|
||||
|
||||
mydir = "class_types"
|
||||
|
|
|
@ -6,6 +6,7 @@ import AbstractBase
|
|||
import unittest2
|
||||
import lldb
|
||||
|
||||
@unittest2.skip("crash currently")
|
||||
class FloatTypesTestCase(AbstractBase.GenericTester):
|
||||
|
||||
mydir = "types"
|
||||
|
|
|
@ -6,6 +6,7 @@ import AbstractBase
|
|||
import unittest2
|
||||
import lldb
|
||||
|
||||
@unittest2.skip("crash currently")
|
||||
class IntegerTypesTestCase(AbstractBase.GenericTester):
|
||||
|
||||
mydir = "types"
|
||||
|
|
Loading…
Reference in New Issue