File: valid-xfail.txt

package info (click to toggle)
llvm-toolchain-11 1%3A11.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 995,808 kB
  • sloc: cpp: 4,767,656; ansic: 760,916; asm: 477,436; python: 170,940; objc: 69,804; lisp: 29,914; sh: 23,855; f90: 18,173; pascal: 7,551; perl: 7,471; ml: 5,603; awk: 3,489; makefile: 2,573; xml: 915; cs: 573; fortran: 503; javascript: 452
file content (13 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (34)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: llvm-mc %s -triple=mips-unknown-linux -disassemble -mcpu=mips32r3 | FileCheck %s
# XFAIL: *
0x10 0x00 0x00 0x02 # CHECK: b 8
0x10 0x00 0x00 0x05 # CHECK: b 20
0x10 0x00 0x28 0x09 # CHECK: b 40996
0x10 0x04 0x14 0xe1 # CHECK: beq $zero, $4, 21380
0x11 0x00 0x00 0xc3 # CHECK: beqz $8, 780
0x12 0x88 0x00 0x16 # CHECK: beq $20, $8, 88
0x15 0x00 0x88 0x13 # CHECK: bnez $8, -122804
0x15 0x8a 0x9f 0x89 # CHECK: bne $12, $10, -98780
0x50 0xc7 0x07 0xf2 # CHECK: beql $6, $7, 8136
0xc2 0x44 0xe3 0x67 # CHECK: lwc0 $4, -7321($18)
0xe2 0x64 0x49 0xd8 # CHECK: swc0 $4, 18904($19)