mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
These currently crash (from running 'expr' command). Disable the entire class for the time being.
llvm-svn: 115316
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user