[llvm] 0d890e4 - [AVR] Add 'XFAIL' to the remaining failing Generic CodeGen tests for AVR
Dylan McKay via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 07:02:45 PST 2021
Author: Dylan McKay
Date: 2021-02-05T04:02:27+13:00
New Revision: 0d890e4ce4f4ae30acd9e7b73588991ab2cbdc5d
URL: https://github.com/llvm/llvm-project/commit/0d890e4ce4f4ae30acd9e7b73588991ab2cbdc5d
DIFF: https://github.com/llvm/llvm-project/commit/0d890e4ce4f4ae30acd9e7b73588991ab2cbdc5d.diff
LOG: [AVR] Add 'XFAIL' to the remaining failing Generic CodeGen tests for AVR
This patch adds 'XFAIL: avr' to 2 Generic CodeGen tests, bringing the
Generic CodeGen tests for AVR to a pass, with only two XFAILures.
After this patch, the Generic CodeGen tests pass on AVR.
Added:
Modified:
llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll b/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
index c2ffc7933572..4634c6c19162 100644
--- a/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
+++ b/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
@@ -1,5 +1,7 @@
; RUN: llc < %s
+; XFAIL: avr
+
;; Date: May 28, 2003.
;; From: test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
;; Function: int %main(int %argc.1, sbyte** %argv.1)
diff --git a/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll b/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
index 650d4b497d12..0ee828676c42 100644
--- a/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
+++ b/llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s
+; XFAIL: avr
; llc built with address sanitizer crashes because of a dangling node pointer
; oss-fuzz - DAGCombiner::useDivRem (5011)
More information about the llvm-commits
mailing list