HomeSort by relevance Sort by last modified time
    Searched refs:ERRORS (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/test/Modules/
explicit-build-missing-files.cpp 48 #ifdef ERRORS
  /external/ltp/tools/pounder21/test_scripts/
ltp 24 # Catch errors
34 # Catch errors
36 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
37 if [ $ERRORS -eq 255 ]; then
38 ERRORS=254
40 exit $ERRORS
memtest 48 ERRORS=$((NEW_ERRORS - OLD_ERRORS))
49 if [ $ERRORS -eq 255 ]; then
50 ERRORS=254
52 exit $ERRORS
ramsnake 50 # Check for errors while snake runs.
54 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
55 if [ $ERRORS -eq 255 ]; then
56 ERRORS=254
59 if [ $ERRORS -gt 0 ]; then
63 OLD_ERRORS=$ERRORS
ddhappy 47 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
48 if [ $ERRORS -eq 255 ]; then
49 ERRORS=254
51 exit $ERRORS
time_drift 55 ERRORS=0
65 ERRORS=$((ERRORS + 1))
72 exit $ERRORS
xterm_stress 82 ERRORS=`egrep -ic "(fatal)" $LOGFILE`
83 if [ $ERRORS -gt 0 ]; then
84 if [ $ERRORS -eq 255 ]; then
85 ERRORS=254
89 exit $ERRORS
153 ERRORS=`egrep -ic "(fatal)" $LOGFILE`
156 exit $((ERRORS - 1))
nfs 83 ERRORS=$((NEW_ERRORS - OLD_ERRORS))
84 if [ $ERRORS -eq 255 ]; then
85 ERRORS=254
87 exit $ERRORS
bonnie++ 35 # Note old errors
74 # Did we find any new errors?
76 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
77 if [ $ERRORS -eq 255 ]; then
78 ERRORS=254
81 exit $ERRORS
cpufreq 104 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
105 if [ $ERRORS -eq 255 ]; then
106 ERRORS=254
111 exit $ERRORS
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 2 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS %s
4 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V5 %s
6 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V7M %s
8 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V8 %s
14 @ CHECK-ERRORS: error: invalid instruction
15 @ CHECK-ERRORS: add r1, r2, r3
16 @ CHECK-ERRORS: ^
21 @ CHECK-ERRORS: error: instruction variant requires Thumb2
22 @ CHECK-ERRORS: add r2, r3
23 @ CHECK-ERRORS:
    [all...]
diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V7 < %t %s
4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s
10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
11 @ CHECK-ERRORS: but 's' suffix specified
25 @ CHECK-ERRORS: error: invalid immediate shift value
26 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid
27 @ CHECK-ERRORS: ^
28 @ CHECK-ERRORS: error: immediate shift value out of rang
    [all...]
thumb2-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V7 < %t %s
5 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
17 @ CHECK-ERRORS: addle r0, r1, r2
18 @ CHECK-ERRORS: ^
19 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
20 @ CHECK-ERRORS: nop
21 @ CHECK-ERRORS:
    [all...]
diagnostics-noneon.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
6 @ CHECK-ERRORS: error: instruction requires: NEON
7 @ CHECK-ERRORS: error: instruction requires: NEON
single-precision-fp.s 2 @ RUN: FileCheck %s < %t --check-prefix=CHECK-ERRORS
10 @ CHECK-ERRORS: error: instruction requires: double precision VFP
11 @ CHECK-ERRORS-NEXT: vadd.f64 d0, d1, d2
12 @ CHECK-ERRORS: error: instruction requires: double precision VFP
13 @ CHECK-ERRORS-NEXT: vsub.f64 d2, d3, d4
14 @ CHECK-ERRORS: error: instruction requires: double precision VFP
15 @ CHECK-ERRORS-NEXT: vdiv.f64 d4, d5, d6
16 @ CHECK-ERRORS: error: instruction requires: double precision VFP
17 @ CHECK-ERRORS-NEXT: vmul.f64 d6, d7, d8
18 @ CHECK-ERRORS: error: instruction requires: double precision VF
    [all...]
neon-vld-vst-align.s 3 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t.err %s
13 @ CHECK-ERRORS: error: alignment must be 64 or omitted
14 @ CHECK-ERRORS: vld1.8 {d0}, [r4:16]
15 @ CHECK-ERRORS: ^
16 @ CHECK-ERRORS: error: alignment must be 64 or omitted
17 @ CHECK-ERRORS: vld1.8 {d0}, [r4:32]
18 @ CHECK-ERRORS: ^
20 @ CHECK-ERRORS: error: alignment must be 64 or omitted
21 @ CHECK-ERRORS: vld1.8 {d0}, [r4:128]
22 @ CHECK-ERRORS:
    [all...]
inst-thumb-overflow-2.s 2 @ RUN: | FileCheck -check-prefix CHECK-ERRORS %s
12 @ CHECK-ERRORS: inst.w operand is too big
thumb2-dsp-diag.s 1 @ RUN: not llvm-mc -triple=thumbv7m 2>&1 < %s | FileCheck --check-prefix=CHECK-ERRORS %s
9 @ CHECK-ERRORS: error: instruction requires: arm-mode
10 @ CHECK-ERRORS: error: instruction requires: arm-mode
11 @ CHECK-ERRORS: error: instruction requires: arm-mode
12 @ CHECK-ERRORS: error: instruction requires: arm-mode
13 @ CHECK-ERRORS: error: invalid operand for instruction
25 @ CHECK-ERRORS: error: instruction requires: arm-mode
26 @ CHECK-ERRORS: error: instruction requires: arm-mode
27 @ CHECK-ERRORS: error: instruction requires: arm-mode
28 @ CHECK-ERRORS: error: instruction requires: arm-mod
    [all...]
vfp4.s 5 @ RUN: FileCheck %s < %t2 --check-prefix=THUMB_V7EM-ERRORS
9 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction
10 @ THUMB_V7EM-ERRORS-NEXT: vfma.f64 d16, d18, d17
20 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction
21 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 d16, d18, d17
26 @ THUMB_V7EM-ERRORS: error: instruction requires: NEON
27 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 q2, q4, q0
32 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction
33 @ THUMB_V7EM-ERRORS-NEXT: vfnma.f64 d16, d18, d17
43 @ THUMB_V7EM-ERRORS: error: invalid operand for instructio
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V5 < %t %s
10 @ CHECK-ERRORS: error: invalid instruction
11 @ CHECK-ERRORS: add r1, r2, r3
12 @ CHECK-ERRORS: ^
17 @ CHECK-ERRORS: error: instruction variant requires Thumb2
18 @ CHECK-ERRORS: add r2, r3
19 @ CHECK-ERRORS: ^
20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
21 @ CHECK-ERRORS-V5: mov r2, r
    [all...]
diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
8 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
9 @ CHECK-ERRORS: but 's' suffix specified
23 @ CHECK-ERRORS: error: invalid immediate shift value
24 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid
25 @ CHECK-ERRORS: ^
26 @ CHECK-ERRORS: error: immediate shift value out of range
27 @ CHECK-ERRORS: adc r4, r5, r6, lsl #-1
28 @ CHECK-ERRORS: ^
29 @ CHECK-ERRORS: error: immediate shift value out of rang
    [all...]
thumb2-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
14 @ CHECK-ERRORS: addle r0, r1, r2
15 @ CHECK-ERRORS: ^
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
17 @ CHECK-ERRORS: nop
18 @ CHECK-ERRORS: ^
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
20 @ CHECK-ERRORS: it le
21 @ CHECK-ERRORS:
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-diags.s 2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
12 ; CHECK-ERRORS: error: invalid operand for instruction
16 ; CHECK-ERRORS: error: invalid operand for instruction
17 ; CHECK-ERRORS: ld4.8b {v0, v1, v2, v3}, [x0], #33
36 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
37 ; CHECK-ERRORS: ldr x0, [x0, #804]
38 ; CHECK-ERRORS: ^
39 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255].
40 ; CHECK-ERRORS: ldr w0, [x0, #802]
41 ; CHECK-ERRORS:
    [all...]
arm64-directive_loh.s 2 # RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
58 ### Errors Check ####
61 # CHECK-ERRORS: error: invalid identifier in directive
62 # CHECK-ERRORS-NEXT: .loh Unknown
63 # CHECK-ERRORS-NEXT: ^
66 # CHECK-ERRORS: error: invalid numeric identifier in directive
67 # CHECK-ERRORS-NEXT: .loh 153, L1
68 # CHECK-ERRORS-NEXT: ^
72 # CHECK-ERRORS: error: unexpected token in '.loh' directive
73 # CHECK-ERRORS-NEXT: .loh AdrpAdrp L1, L2, L
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 4 #ifdef ERRORS
15 #ifdef ERRORS

Completed in 980 milliseconds

1 2 3