diff options
| author | Vince Harron <vince@nethacker.com> | 2015-06-26 18:01:15 +0000 |
|---|---|---|
| committer | Vince Harron <vince@nethacker.com> | 2015-06-26 18:01:15 +0000 |
| commit | c4f98d99e0ce0437cc4e020473a97456ebb3a00f (patch) | |
| tree | 0988a4a828c445cd087f9754195004ddec99e921 | |
| parent | 5740abd7d3a799ab721bd3983715186c526131a2 (diff) | |
| download | bcm5719-llvm-c4f98d99e0ce0437cc4e020473a97456ebb3a00f.tar.gz bcm5719-llvm-c4f98d99e0ce0437cc4e020473a97456ebb3a00f.zip | |
Fixed incorrect application of expectedFlakey
llvm-svn: 240803
| -rw-r--r-- | lldb/test/lang/c/register_variables/TestRegisterVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/register_variables/TestRegisterVariables.py b/lldb/test/lang/c/register_variables/TestRegisterVariables.py index 5c754d28930..336d537a75a 100644 --- a/lldb/test/lang/c/register_variables/TestRegisterVariables.py +++ b/lldb/test/lang/c/register_variables/TestRegisterVariables.py @@ -19,7 +19,7 @@ class RegisterVariableTestCase(TestBase): @dwarf_test @expectedFailureClang(None, ['<', '3.5']) - @expectedFlakeyGcc # failed with gcc4.8.2 + @expectedFailureGcc(None, ['is', '4.8.2']) def test_with_dwarf_and_run_command(self): """Test expressions on register values.""" self.buildDwarf() |

