From a443327efe6d8013de38ed3f0e4910d7de4b2cf2 Mon Sep 17 00:00:00 2001 From: Michael Forster Date: Fri, 3 Jul 2020 11:16:06 +0200 Subject: [PATCH] Add bug reference to XFAIL operator tests --- test/Interop/Cxx/operators/member-inline-irgen.swift | 2 +- test/Interop/Cxx/operators/member-inline.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Interop/Cxx/operators/member-inline-irgen.swift b/test/Interop/Cxx/operators/member-inline-irgen.swift index 3d5f445d07864..797682073a393 100644 --- a/test/Interop/Cxx/operators/member-inline-irgen.swift +++ b/test/Interop/Cxx/operators/member-inline-irgen.swift @@ -1,6 +1,6 @@ // RUN: %target-swift-emit-ir %s -I %S/Inputs -enable-cxx-interop | %FileCheck %s // -// We can't yet call member functions correctly on Windows. +// We can't yet call member functions correctly on Windows (SR-13129). // XFAIL: OS=windows-msvc import MemberInline diff --git a/test/Interop/Cxx/operators/member-inline.swift b/test/Interop/Cxx/operators/member-inline.swift index d18ddbcfbac69..0313d849da70b 100644 --- a/test/Interop/Cxx/operators/member-inline.swift +++ b/test/Interop/Cxx/operators/member-inline.swift @@ -2,7 +2,7 @@ // // REQUIRES: executable_test // -// We can't yet call member functions correctly on Windows. +// We can't yet call member functions correctly on Windows (SR-13129). // XFAIL: OS=windows-msvc import MemberInline