Mark remaining failing test on icc as expected fail..


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187814 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lang/cpp/virtual/TestVirtual.py b/test/lang/cpp/virtual/TestVirtual.py
index 3d7ae5d..876a363 100644
--- a/test/lang/cpp/virtual/TestVirtual.py
+++ b/test/lang/cpp/virtual/TestVirtual.py
@@ -29,6 +29,7 @@
         self.virtual_madness_test()
 
     @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function'
+    @expectedFailureIcc('llvm.org/pr16808') # lldb does not call the correct virtual function with icc
     def test_virtual_madness_dwarf(self):
         """Test that expression works correctly with virtual inheritance as well as virtual function."""
         self.buildDwarf()