/arkcompiler/runtime_core/tests/cts-coverage-tool/ |
D | README.md | 3 …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
|
D | CMakeLists.txt | 40 COMMENT "Compute ISA spec coverage by CTS tests"
|
D | spectrac.gemspec | 26 spec.summary = 'Tool for measuring ISA specification coverage by CTS tests.'
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
D | full_md.erb | 25 <%= g['title'] %> [coverage: <%= g['coverage_metric']%>] 29 Description coverage: 35 Instructions coverage: 58 Exceptions coverage: 64 Bytecode verification coverage:
|
D | report.erb | 16 Tests accepted for coverage: <%= rep['tests']['counted_for_coverage']%>
|
/arkcompiler/runtime_core/libpandabase/cmake/ |
D | mm_coverage.cmake | 14 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/ |
D | pt_returns_test.cpp | 185 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()
|
D | debugger_types_test.cpp | 2261 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 …]
|
D | debugger_returns_test.cpp | 348 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()
|
D | pt_types_test.cpp | 381 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/ |
D | coverage.cmake | 21 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/ |
D | fuzzilli.cmake | 14 # 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}"
|
D | fuzzing-coverage-clang-9.cmake | 14 # This target is to collect coverage after fuzzing on special fuzzing targets
|
/arkcompiler/runtime_core/scripts/dep-lists/ |
D | ubuntu-dev | 23 lcov # For coverage calculation
|
D | ubuntu-18-04-arm-dev | 23 lcov=1.13-* # For coverage calculation
|
D | ubuntu-20-04-dev | 23 lcov=1.14-* # For coverage calculation
|
D | ubuntu-18-04-dev | 23 lcov=1.13-* # For coverage calculation
|
/arkcompiler/runtime_core/ |
D | CMakeLists.txt | 77 # 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/ |
D | CMakeLists.txt | 18 include(cmake/coverage.cmake)
|
/arkcompiler/ets_runtime/ |
D | BUILD.gn | 1040 ldflags = [ "--coverage" ] 1041 cflags_cc = [ "--coverage" ] 1172 ldflags += [ "--coverage" ] 1173 cflags_cc = [ "--coverage" ]
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 2718 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/ |
D | CMakeLists.txt | 28 add_subdirectory(cts-coverage-tool) 32 add_subdirectory(cts-coverage-tool)
|