Searched refs:XPASS (Results 1 – 25 of 28) sorted by relevance
12
/external/llvm/utils/lit/lit/ |
D | Test.py | 33 XPASS = ResultCode('XPASS', True) variable 201 self.result.code = XPASS
|
D | main.py | 449 for title,code in (('Unexpected Passing Tests', lit.Test.XPASS), 478 ('Unexpected Passes ', lit.Test.XPASS),
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | Test.py | 13 XPASS = TestResult('XPASS', True) variable
|
D | TestRunner.py | 543 status = Test.XPASS 589 status = Test.XPASS
|
D | main.py | 601 for title,code in (('Unexpected Passing Tests', Test.XPASS), 628 ('Unexpected Passes ', Test.XPASS),
|
/external/google-breakpad/android/ |
D | test-driver | 106 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/libmicrohttpd/ |
D | test-driver | 114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/protobuf/ |
D | test-driver | 114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/protobuf/gtest/build-aux/ |
D | test-driver | 114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/strace/ |
D | test-driver | 114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/google-breakpad/autotools/ |
D | test-driver | 114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/ImageMagick/config/ |
D | test-driver | 117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/pcre/dist2/ |
D | test-driver | 117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 174 :program:`lit` will exit with an exit code of 1 if there are any FAIL or XPASS 224 **XPASS** 403 XPASS, UNRESOLVED, or UNSUPPORTED. The performance result codes of IMPROVED and
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | lit.pod | 161 B<lit> will exit with an exit code of 1 if there are any FAIL or XPASS 207 =item B<XPASS>
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | Makefile.in | 272 col=$$red; res=XPASS; \
|
/external/llvm/test/DebugInfo/X86/ |
D | nophysreg.ll | 10 ; Note that this check may XPASS in the future if DbgValueHistoryCalculator
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | Makefile.in | 386 col=$$red; res=XPASS; \
|
/external/libexif/test/nls/ |
D | Makefile.in | 417 col=$$red; res=XPASS; \
|
/external/libexif/test/ |
D | Makefile.in | 582 col=$$red; res=XPASS; \
|
/external/libmicrohttpd/src/testspdy/ |
D | Makefile.in | 1042 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
/external/libmicrohttpd/src/testcurl/https/ |
D | Makefile.in | 1212 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | Makefile.in | 935 col=$$red; res=XPASS; \
|
/external/bison/examples/calc++/ |
D | Makefile.in | 1609 col=$$red; res=XPASS; \
|
/external/google-tv-pairing-protocol/cpp/ |
D | Makefile.in | 1251 col=$$red; res=XPASS; \
|
12