[PATCH] D21186: clang-rename: mark the DynamicCastExpr test unsupported on ps4

Miklos Vajna via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 09:14:26 PDT 2016


vmiklos created this revision.
vmiklos added a reviewer: klimek.
vmiklos added a subscriber: cfe-commits.

It has no RTTI, so the test would always fail in a non-interesting way.

http://reviews.llvm.org/D21186

Files:
  test/clang-rename/DynamicCastExpr.cpp

Index: test/clang-rename/DynamicCastExpr.cpp
===================================================================
--- test/clang-rename/DynamicCastExpr.cpp
+++ test/clang-rename/DynamicCastExpr.cpp
@@ -1,5 +1,6 @@
+// UNSUPPORTED: x86_64-scei-ps4
 // RUN: cat %s > %t.cpp
-// RUN: clang-rename -offset=186 -new-name=X %t.cpp -i --
+// RUN: clang-rename -offset=218 -new-name=X %t.cpp -i --
 // RUN: sed 's,//.*,,' %t.cpp | FileCheck %s
 class Base {
   virtual int getValue() const = 0;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21186.60185.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160609/e2d35e32/attachment.bin>


More information about the cfe-commits mailing list