Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64.
llvm-svn: 166604
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py
index 91f3f39..a1a3d28 100644
--- a/lldb/test/lldbtest.py
+++ b/lldb/test/lldbtest.py
@@ -91,6 +91,8 @@
BREAKPOINT_HIT_THRICE = "Breakpoint resolved with hit cout = 3"
+MISSING_EXPECTED_REGISTERS = "At least one expected register is unavailable."
+
OBJECT_PRINTED_CORRECTLY = "Object printed correctly"
SOURCE_DISPLAYED_CORRECTLY = "Source code displayed correctly"