OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectedfailure
(Results
26 - 39
of
39
) sorted by null
1
2
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py
326
@unittest.
expectedFailure
329
@unittest.
expectedFailure
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py
326
@unittest.
expectedFailure
329
@unittest.
expectedFailure
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java
528
boolean
expectedFailure
= expectedLevel.compareTo(levelSetInSpoofChecker) > 0 || !SpoofChecker.RECOMMENDED.containsAll(testString);
529
boolean t = assertEquals("Testing spoof restriction level for '" + testString + "', " + levelSetInSpoofChecker,
expectedFailure
, actualValue);
533
expectedFailure
= expectedLevel.compareTo(levelSetInSpoofChecker) > 0 || !SpoofChecker.RECOMMENDED.containsAll(testString);
[
all
...]
/external/parameter-framework/test/functional-tests/PfwTestCase/Types/
tFP8_Q0_7.py
179
@unittest.
expectedFailure
tBit_Block.py
267
@unittest.
expectedFailure
tParameter_Block.py
83
@unittest.
expectedFailure
/external/lldb/docs/testsuite/
a-detailed-walkthrough.txt
65
@unittest2.
expectedFailure
266
@
expectedFailure
decorator for TestSettings.py, and then run the test module:
/external/parameter-framework/test/functional-tests/PfwTestCase/Functions/
tFunction_listingFunctions.py
196
@unittest.
expectedFailure
219
@unittest.
expectedFailure
tFunction_Sync.py
184
@unittest.
expectedFailure
tFunction_Export_Import_Domains.py
[
all
...]
/external/lldb/test/unittest2/
case.py
91
def
expectedFailure
(bugnumber=None):
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py
87
def
expectedFailure
(func):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py
87
def
expectedFailure
(func):
[
all
...]
/external/lldb/test/
lldbtest.py
[
all
...]
Completed in 718 milliseconds
1
2