Browse Source

Ignored a test on Linux because incorrectly patched v-tables cause its failure.

See https://github.com/mono/CppSharp/issues/755.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/756/head
Dimitar Dobrev 9 years ago
parent
commit
1f6a285f61
  1. 2
      tests/VTables/VTables.Tests.cs

2
tests/VTables/VTables.Tests.cs

@ -55,7 +55,7 @@ public class VTablesTests : GeneratorTestFixture @@ -55,7 +55,7 @@ public class VTablesTests : GeneratorTestFixture
Assert.AreEqual(actual, ret);
}
[Test]
[Test, Platform(Exclude = "Linux", Reason = "Virtual tables are incorrectly patched with 64-bit Itanium, see https://github.com/mono/CppSharp/issues/755.")]
public void TestVirtualFuntionRetVal()
{
// Virtual Functions Object Slicing case

Loading…
Cancel
Save