/external/valgrind/main/none/tests/x86/ |
bug126147-x86.stdout.exp | 1 No errors.
|
/development/testrunner/ |
__init__.py | 1 __all__ = ['adb_interface', 'android_build', 'errors', 'logger', 'run_command']
|
/external/valgrind/main/drd/tests/ |
omp_matinv_racy.stderr.exp | 1 ERROR SUMMARY: 76 errors from 7 contexts
|
omp_prime_racy.stderr.exp | 1 ERROR SUMMARY: 3 errors from 3 contexts
|
pth_barrier.stderr.exp | 1 ERROR SUMMARY: 1 errors from 1 contexts
|
pth_barrier2.stderr.exp | 1 ERROR SUMMARY: 32 errors from 1 contexts
|
pth_barrier3.stderr.exp | 1 ERROR SUMMARY: 31 errors from 1 contexts
|
pth_detached_sem.stderr.exp | 1 ERROR SUMMARY: 0 errors from 0 contexts
|
pth_once.stderr.exp | 1 ERROR SUMMARY: 0 errors from 0 contexts
|
tc05_simple_race.stderr.exp | 1 ERROR SUMMARY: 2 errors from 2 contexts
|
tc06_two_races.stderr.exp | 1 ERROR SUMMARY: 4 errors from 4 contexts
|
annotate_hbefore.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
annotate_rwlock.stderr.exp | 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
annotate_smart_pointer.stderr.exp | 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
annotate_static.stderr.exp | 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
bar_trivial.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
bug-235681.stderr.exp | 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
circular_buffer.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
custom_alloc.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
fp_race2.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
hg01_all_ok.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
hg02_deadlock.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
hg06_readshared.stderr.exp | 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
/external/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...] |