OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSkip
(Results
1 - 12
of
12
) sorted by null
/test/vts/runners/host/
signals.py
71
class
TestSkip
(TestSignal):
asserts.py
182
signals.
TestSkip
is raised to mark a test case as skipped.
184
raise signals.
TestSkip
(reason, extras)
records.py
121
def
testSkip
(self, e=None):
125
e: An instance of vts.runners.host.signals.
TestSkip
.
373
record.
testSkip
(signals.
TestSkip
(reason))
base_test.py
538
of setUpClass. If the flag is set, this method raises signals.
TestSkip
.
554
signals.
TestSkip
if a test should be logged but not be executed
567
signals.
TestSkip
if a test should be logged but not be executed
576
raise signals.
TestSkip
("All test cases skipped.")
638
except signals.
TestSkip
as e:
640
tr_record.
testSkip
(e)
[
all
...]
/tools/test/connectivity/acts/framework/acts/
signals.py
76
class
TestSkip
(TestSignal):
asserts.py
174
signals.
TestSkip
is raised to mark a test case as skipped.
176
raise signals.
TestSkip
(reason, extras)
base_test.py
399
except signals.
TestSkip
as e:
590
raise signals.
TestSkip
("Test %s does not exist" % test_name)
test_runner.py
521
record.test_skip(signals.
TestSkip
("Test class does not exist."))
/external/icu/icu4c/source/test/cintltst/
nccbtst.h
35
static void
TestSkip
(int32_t inputsize, int32_t outputsize);
nccbtst.c
112
TestSkip
(NEW_MAX_BUFFER, NEW_MAX_BUFFER);
113
TestSkip
(1,NEW_MAX_BUFFER);
114
TestSkip
(1,1);
115
TestSkip
(NEW_MAX_BUFFER, 1);
167
static void
TestSkip
(int32_t inputsize, int32_t outputsize)
[
all
...]
/tools/test/connectivity/acts/framework/tests/
acts_records_test.py
144
s = signals.
TestSkip
(self.details, self.float_extra)
155
s = signals.
TestSkip
(self.details, self.json_extra)
198
s = signals.
TestSkip
(self.details, self.float_extra)
/packages/inputmethods/LatinIME/native/jni/tests/utils/
int_array_view_test.cpp
89
TEST(IntArrayViewTest,
TestSkip
) {
Completed in 492 milliseconds