Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/toolchain_tester/known_failures_pnacl.txt

Issue 14619022: Skip ABI verification for tests of __builtin_{frame,return}_address. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix comment Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/toolchain/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/toolchain_tester/known_failures_pnacl.txt
diff --git a/tools/toolchain_tester/known_failures_pnacl.txt b/tools/toolchain_tester/known_failures_pnacl.txt
index 0050bd7f3c98341f474c369a65a49e1019ceda32..dc6ce050acd5c7f0d7b591d7fd670fe2e533ecdd 100644
--- a/tools/toolchain_tester/known_failures_pnacl.txt
+++ b/tools/toolchain_tester/known_failures_pnacl.txt
@@ -37,9 +37,6 @@ pr39228.c
va-arg-pack-1.c
# prefetch broken on ARM
builtin-prefetch-2.c arm
-# This uses __builtin_return_address(1)
-# Segfaults because of an uninit frame pointer (must force fp on?).
-20010122-1.c
# DCE not performed at -O0 (wontfix?)
medce-1.c O0
fp-cmp-7.c O0
@@ -181,3 +178,12 @@ vector-shift.c
vector-shift2.c
vector-subscript-2.c
vector-subscript-3.c
+
+# These tests use llvm.{frame,return}address, which PNaCl's ABI checker rejects.
+# The test 20010122-1.c uses __builtin_return_address(1), and it segfaults
+# because of an uninit frame pointer (must force fp on?).
+20010122-1.c
+20030323-1.c
+20030811-1.c
+frame-address.c
+pr17377.c
« no previous file with comments | « tests/toolchain/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698