HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 76 - 100 of 4729) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Frontend/
Weverything.c 1 // Regression check that -pedantic-errors doesn't cause other diagnostics to
2 // become errors.
4 // RUN: %clang_cc1 -verify -Weverything -pedantic-errors %s
  /external/llvm/test/MC/AsmParser/
macros-parsing.s 2 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
8 // CHECK-ERRORS: 9:1: warning: ignoring directive for now
14 // CHECK-ERRORS: macro '.test0' is already defined
18 // CHECK-ERRORS: unexpected '.endmacro' in file
21 // CHECK-ERRORS: no matching '.endmacro' in definition
macros.s 2 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
12 // CHECK-ERRORS: <instantiation>:1:1: warning: ignoring directive for now
13 // CHECK-ERRORS-NEXT: macrobody0
14 // CHECK-ERRORS-NEXT: ^
15 // CHECK-ERRORS: <instantiation>:1:1: note: while in macro instantiation
16 // CHECK-ERRORS-NEXT: .test0
17 // CHECK-ERRORS-NEXT: ^
18 // CHECK-ERRORS: 11:1: note: while in macro instantiation
19 // CHECK-ERRORS-NEXT: .test1
20 // CHECK-ERRORS-NEXT:
    [all...]
exprs-invalid.s 2 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
4 // CHECK-ERRORS: error: invalid octal number
7 // CHECK-ERRORS: error: invalid hexadecimal number
10 // CHECK-ERRORS: error: literal value out of range for directive
13 // CHECK-ERRORS: error: literal value out of range for directive
  /external/webkit/Source/WebCore/manual-tests/inspector/
error-warning-count.html 2 function clickHandler(errors, warnings)
6 for (var i = 0; i < errors; ++i)
16 { errors: 0, warnings: 0 },
17 { errors: 1, warnings: 0 },
18 { errors: 2, warnings: 0 },
19 { errors: 0, warnings: 1 },
20 { errors: 0, warnings: 2 },
21 { errors: 1, warnings: 1 },
22 { errors: 1, warnings: 2 },
23 { errors: 2, warnings: 1 }
    [all...]
  /build/core/
apicheck_msg_last.txt 4 an SDK. Please fix the errors listed above.
  /external/clang/test/Preprocessor/
undef-error.c 1 // RUN: %clang_cc1 %s -pedantic-errors -verify
expr_comma.c 2 // RUN: not %clang_cc1 -E %s -std=c89 -pedantic-errors
5 // RUN: %clang_cc1 -E %s -std=c99 -pedantic-errors
  /external/clang/test/Sema/
c89-2.c 1 /* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
  /external/valgrind/main/drd/tests/
annotate_ignore_read.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_order_1.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_order_2.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_order_3.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_spinlock.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
boost_thread.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
pth_cleanup_handler.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
rwlock_test.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc17_sembar.stderr.exp 5 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
rwlock_test.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc17_sembar.stderr.exp 5 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/massif/tests/
null.c 2 // no div-by-zero errors).
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_supp.supp 1 # This suppression suppresses both of the buf errors.
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /frameworks/compile/libbcc/tests/data/src/
brackets.c 3 int errors = 0; local
10 errors++;
13 printf("Errors: %d\n", errors);
18 int errors = 0; local
30 errors++;
34 printf("2D Errors: %d\n", errors);

Completed in 592 milliseconds

1 2 34 5 6 7 8 91011>>