Skip to content

Commit

Permalink
[AVR] Add 'XFAIL' to the remaining failing Generic CodeGen tests for AVR
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dylanmckay committed Feb 4, 2021
1 parent 85e8e62 commit 0d890e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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)
Expand Down
1 change: 1 addition & 0 deletions 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)
Expand Down

0 comments on commit 0d890e4

Please sign in to comment.