Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 88) sorted by relevance

1234

/Renode-v1.15.3-c57714d/tools/guest_cache/src/
Dcache_testbench.py74 test = TestLogInterface()
75 test.configure_caches(cache)
83 test.simulate([
102 assert test.cache.hits == 0
103 assert test.cache.misses == 16
104 assert test.cache.invalidations == 0
112 test.simulate([
131 assert test.cache.hits == 16
132 assert test.cache.misses == 16
133 assert test.cache.invalidations == 0
[all …]
/Renode-v1.15.3-c57714d/tests/
Drobot_tests_provider.py253 def isMatching(self, test): argument
255 test.visit(finder)
259 def visit_test(self, test): argument
260 if self.isMatching(test):
261 self.tests_matching.append(test)
263 self.tests_not_matching.append(test)
319 self.tests_with_hotspots = [test.name for test in hotSpotTestFinder.tests_matching]
320 self.tests_without_hotspots = [test.name for test in hotSpotTestFinder.tests_not_matching]
525 def _has_renode_crashed(cls, test: ET.Element) -> bool:
529 status: ET.Element = test.find('status')
[all …]
Dretry_and_timeout_listener.py40 def end_test(self, test: running.TestCase, result: result.TestCase):
42 timeout_expected = self.tests_provider.timeout_expected_tag in test.tags
46 over_timeout = result.elapsed_time.seconds - Time(test.timeout).seconds
59 self.tests_provider.timeout_handler(test, result)
72 self.retry_failed.end_test(test, result)
Dnunit_tests_provider.py189 for test in root.iter('test-case'):
190 if test.attrib['result'] == 'Failed':
191 ret['mandatory'].append(test.attrib['fullname'])
195 for test in root.iter(f"{{{xmlns}}}UnitTestResult"):
196 if test.attrib['outcome'] == 'Failed':
197 ret['mandatory'].append(test.attrib['testName'])
/Renode-v1.15.3-c57714d/tests/platforms/
DARMv8R-PMSA.robot54 Should pass the protection test
57 Should pass the mem_protect test
60 Should pass the userspace test
63 Should pass the stackprotect test
72 Should pass the protection test with more regions
75 Should pass the mem_protect test with more regions
78 Should pass the userspace test with more regions
81 Should pass the stackprotect test with more regions
DQuickFeather.robot30 …Setup Machine quick_feather--zephyr-posix_common-test.elf-s_747648-0aab8537f58c0086780e3…
37 …Setup Machine quick_feather--zephyr-portability_cmsis_rtos_v1-test.elf-s_806480-48711ea8…
44 …Setup Machine quick_feather--zephyr-portability_cmsis_rtos_v2-test.elf-s_877448-f34ad2f8…
51 …Setup Machine quick_feather--zephyr-subsys_shell_shell-test.elf-s_782956-27557acc2e53a22…
DSTM32F072b.robot83 Should Run stm32f0-crc-test Application
86 … sysbus LoadELF @https://dl.antmicro.com/projects/renode/stm32f0-crc-test.elf-s_915148-a4b6b4…
91 Wait For Line On Uart test result: ok. 840 passed; 0 failed
DSLTB004A.robot27 Write Line To Uart echo_str test
29 Wait For Line On Uart test
31 …hread/openthread/blob/255a326b10972097916e1bdc56e98851d625b271/tests/toranj/cli/test-001-get-set.py
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
Dgenerate_cs.py33 for test in test_desc:
34 output = test["file"]
40 subprocess.run(test['peakrdl'])
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-riscv-arch-tests.robot6 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
15 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
24 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
33 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
42 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
51 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
60 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
69 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
78 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
87 Execute Script tests/peripherals/CLIC/CLIC-test-setup.resc
[all …]
DCLIC-indirect-csr.robot8 …Execute Command machine LoadPlatformDescription @tests/peripherals/CLIC/CLIC-test-platfo…
DCLIC-test-setup.resc5 # example_elf - path to the elf with test code
8 include @tests/peripherals/CLIC/CLIC-test-platform.repl
/Renode-v1.15.3-c57714d/tests/platforms/systemc/test-synchronization/
Dsynchronization.robot2 ${SYSTEMC_BINARY} @https://dl.antmicro.com/projects/renode/x64-systemc--test-syn…
3 ${EXECUTE_IN_LOCK_PERIPHERAL} @tests/platforms/systemc/test-synchronization/ExecuteInLockPer…
6 ... test: Test.ExecuteInLockPeripheral @ sysbus 0x1000000 ${\n}
Dsynchronization.resc8 sysbus LogPeripheralAccess test true
/Renode-v1.15.3-c57714d/scripts/single-node/
Dlitex_vexriscv_verilated_cfu.resc10 $bin?=@https://dl.antmicro.com/projects/renode/verilated-cfu-test-software.elf-s_10742536-04c41fb55…
45 echo "You can test it by running `Functional CFU Test` (2) menu option."
47 echo "To test a more advanced CFU you can use `cfu_mnv2` from https://github.com/antmicro/renode-ve…
48 echo "MobileNetv2 CFU will let you test models with `TfLM Models menu` (1) or `Project menu` (3)."
Dpicosoc.resc2 :description: This script runs PicoSoC test firmware
/Renode-v1.15.3-c57714d/tests/unit-tests/
Driscv-ebreak.robot19 Wait For Line On Uart !starting test...
24 Wait For Line On Uart finished test
Dplatform_descriptions.robot39 FOR ${test} IN @{platforms}
40 ${test}
Dhifive1-gpio-int.robot17 Should Pass Zephyr "drivers/gpio/gpio_api_1pin" test suite on HiFive1
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md130 Before using SSL/TLS secured classes, compile both library and the test program with the preprocess…
154 To create SSL test files, you can use this command :
173 …perly Google Test on Ubuntu: https://www.eriksmistad.no/getting-started-with-google-test-on-ubuntu/
183 To create a debug static library and a test binary, change directory to the one containing the firs…
194 The library will be found under "build/[Debug|Release]/lib/libsocket.a" whereas the test program wi…
196 To directly run the unit test binary, you must indicate the path of the INI conf file (see the sect…
231 … to the build type used during the build in Visual Studio, and in it, the test program "test_socke…
241 to test the "Debug" library, just change "Release" by "Debug" (but ensure that you have build it be…
263 You can also generate an XML file of test results by adding --getst_output argument when calling th…
276 make test
[all …]
/Renode-v1.15.3-c57714d/.github/ISSUE_TEMPLATE/
Dbug_report.md22 …reate your own repository using this template and adapt the test files until you see the test fail…
23 If you know what the fix should be, you can also create a branch showing the fix and a passing test.
/Renode-v1.15.3-c57714d/
D.gitignore11 # robot test result files
/Renode-v1.15.3-c57714d/tests/peripherals/
Dangle_rotated.data1 # This file contains accelerometer test samples
Dcircle_rotated.data1 # This file contains accelerometer test samples
DSTM32SDMMC.robot9 …Execute Command machine SdCardFromFile ${URI}/test-fs-ext2.img-s_524288-67f5bc210d7be8905…

1234