Home
last modified time | relevance | path

Searched refs:coverage (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md3 …iles and the given set of test files, then computes the coverage and outputs a bunch of coverage r…
25 …ith additional fields showing the coverage data (mark assertions as covered/not-covered/non-testab…
31 --report (-r) - output the test coverage summary report in yaml
37 tests/cts-coverage-tool/bin/spectrac.rb \
44 -n tests/cts-coverage-tool/config/non_testable.yaml
DCMakeLists.txt40 COMMENT "Compute ISA spec coverage by CTS tests"
Dspectrac.gemspec26 spec.summary = 'Tool for measuring ISA specification coverage by CTS tests.'
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Dfull_md.erb25 <%= g['title'] %> [coverage: <%= g['coverage_metric']%>]
29 Description coverage:
35 Instructions coverage:
58 Exceptions coverage:
64 Bytecode verification coverage:
Dreport.erb16 Tests accepted for coverage: <%= rep['tests']['counted_for_coverage']%>
/arkcompiler/runtime_core/libpandabase/cmake/
Dmm_coverage.cmake14 option(ENABLE_MM_COVERAGE "Enable coverage-calculation for libpandabase" false)
33 # Set coverage options
34 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
39 # Update current coverage info
44 # coverage
/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp185 std::unique_ptr<Coverage> coverage = std::make_unique<Coverage>(); in HWTEST_F_L0() local
186 coverage->SetStartOffset(0); in HWTEST_F_L0()
187 coverage->SetEndOffset(10); in HWTEST_F_L0()
188 coverage->SetCount(5); in HWTEST_F_L0()
189 coverages.emplace_back(std::move(coverage)); in HWTEST_F_L0()
216 std::unique_ptr<Coverage> coverage = std::make_unique<Coverage>(); in HWTEST_F_L0() local
217 coverage->SetStartOffset(0); in HWTEST_F_L0()
218 coverage->SetEndOffset(10); in HWTEST_F_L0()
219 coverage->SetCount(5); in HWTEST_F_L0()
220 coverages.emplace_back(std::move(coverage)); in HWTEST_F_L0()
Ddebugger_types_test.cpp2261 std::unique_ptr<Coverage> coverage; in HWTEST_F_L0() local
2265 coverage = Coverage::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
2266 EXPECT_EQ(coverage, nullptr); in HWTEST_F_L0()
2270 coverage = Coverage::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
2271 EXPECT_EQ(coverage, nullptr); in HWTEST_F_L0()
2275 coverage = Coverage::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
2276 EXPECT_EQ(coverage, nullptr); in HWTEST_F_L0()
2280 coverage = Coverage::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
2281 EXPECT_EQ(coverage, nullptr); in HWTEST_F_L0()
2286 coverage = Coverage::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
[all …]
Ddebugger_returns_test.cpp348 auto coverage = std::vector<std::unique_ptr<ScriptCoverage>>(); in HWTEST_F_L0() local
350 … std::make_unique<TakePreciseCoverageReturns>(std::move(coverage), 1001); in HWTEST_F_L0()
Dpt_types_test.cpp381 std::unique_ptr<ScriptCoverage> coverage = ScriptCoverage::Create(*ptJson); in HWTEST_F_L0() local
382 ASSERT_TRUE(!coverage); in HWTEST_F_L0()
393 std::unique_ptr<FunctionCoverage> coverage = FunctionCoverage::Create(*ptJson); in HWTEST_F_L0() local
394 ASSERT_TRUE(!coverage); in HWTEST_F_L0()
/arkcompiler/runtime_core/bytecode_optimizer/cmake/
Dcoverage.cmake21 option(ENABLE_BYTECODE_OPTIMIZER_COVERAGE "Enable coverage calculation for the bytecode optimizer" …
40 # Set coverage options
41 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
46 # Update current coverage info
/arkcompiler/runtime_core/cmake/toolchain/
Dfuzzilli.cmake14 # This target is to collect coverage after fuzzing on special fuzzing targets
35 … "-fsanitize-coverage=trace-pc-guard -fsanitize-coverage-blacklist=${PANDA_SANCOV_BLACKLIST_PATH}"
Dfuzzing-coverage-clang-9.cmake14 # This target is to collect coverage after fuzzing on special fuzzing targets
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev23 lcov # For coverage calculation
Dubuntu-18-04-arm-dev23 lcov=1.13-* # For coverage calculation
Dubuntu-20-04-dev23 lcov=1.14-* # For coverage calculation
Dubuntu-18-04-dev23 lcov=1.13-* # For coverage calculation
/arkcompiler/runtime_core/
DCMakeLists.txt77 # Set coverage options
78 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
88 # Update current coverage info
98 …message(STATUS "Full coverage will not be calculated (may be enabled by -DPANDA_ENABLE_COVERAGE=tr…
/arkcompiler/runtime_core/bytecode_optimizer/
DCMakeLists.txt18 include(cmake/coverage.cmake)
/arkcompiler/ets_runtime/
DBUILD.gn1040 ldflags = [ "--coverage" ]
1041 cflags_cc = [ "--coverage" ]
1172 ldflags += [ "--coverage" ]
1173 cflags_cc = [ "--coverage" ]
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2718 auto coverage = std::make_unique<Coverage>(); in Create() local
2724 coverage->startOffset_ = startOffset; in Create()
2732 coverage->endOffset_ = endOffset; in Create()
2740 coverage->count_ = count; in Create()
2750 return coverage; in Create()
/arkcompiler/runtime_core/tests/
DCMakeLists.txt28 add_subdirectory(cts-coverage-tool)
32 add_subdirectory(cts-coverage-tool)