index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-07
log: test: Add a pytest for logging
Simon Glass
1
-0
/
+101
2017-12-07
log: Add a test command
Simon Glass
3
-0
/
+213
2017-12-05
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2
-2
/
+16
2017-12-04
test: compression: Convert to unit test framework
Simon Glass
2
-69
/
+123
2017-12-02
test/py: Allow any unit test suite to be found
Simon Glass
1
-1
/
+1
2017-12-02
test: compression: Put test variables in a struct
Simon Glass
1
-54
/
+74
2017-12-02
test: overlay: Use cmd_ut_category()
Simon Glass
1
-19
/
+2
2017-12-02
test: Add a command function for test execution
Simon Glass
2
-18
/
+26
2017-12-01
test/py: check return code of helloworld
Heinrich Schuchardt
1
-0
/
+2
2017-12-01
test/py: fix typo in test_efi_loader.py
Heinrich Schuchardt
1
-1
/
+1
2017-12-01
test/py: test reboot by EFI watchdog
Heinrich Schuchardt
1
-1
/
+13
2017-11-27
test: Correct operation when tests pass
Simon Glass
1
-1
/
+2
2017-11-22
test/run: Report and return failure
Simon Glass
1
-3
/
+17
2017-11-17
test/py: add timestamps to log
Stephen Warren
3
-0
/
+44
2017-11-06
test/py: regenerate persistent GPT image if code changes
Stephen Warren
2
-17
/
+92
2017-10-23
test/py: fix typos in README.md
Masahiro Yamada
1
-3
/
+3
2017-10-23
cmd: gpt: solve issue for swap and rename command
Patrick Delaunay
1
-10
/
+6
2017-10-23
test/py: gpt: test start LBA for sub-command rename and swap
Patrick Delaunay
1
-4
/
+12
2017-10-23
test/py: gpt: add test for sub-command write
Patrick Delaunay
1
-0
/
+20
2017-10-23
test/py: gpt: add test for sub-command read and verify
Patrick Delaunay
1
-2
/
+29
2017-10-23
test/py: gpt: copy persistent file
Patrick Delaunay
1
-9
/
+14
2017-10-16
test/py/tests/test_sleep.py: test time approximately
Heinrich Schuchardt
1
-1
/
+1
2017-10-09
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-0
/
+3
2017-10-09
Merge git://git.denx.de/u-boot-video
Tom Rini
1
-12
/
+46
2017-10-08
test: print_ut: Add test for %ls strings
Rob Clark
1
-0
/
+3
2017-10-06
test/dm: Fix string handling issues in the eth test
Tom Rini
1
-3
/
+5
2017-10-06
test/overlay: Fix various malloc/free leaks
Tom Rini
1
-4
/
+12
2017-10-06
fs-test: Add test for a filename using '..' to go back to the root
Tuomas Tynkkynen
1
-14
/
+24
2017-10-06
fs-test: Add FAT16 support
Tuomas Tynkkynen
1
-19
/
+36
2017-10-01
Merge git://git.denx.de/u-boot-usb
Tom Rini
1
-158
/
+5
2017-10-01
test: dm: usb: Update test cases for USB
Bin Meng
1
-158
/
+5
2017-10-01
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
1
-0
/
+25
2017-09-29
test/py: fix anchors in HTML status report
Stephen Warren
1
-4
/
+4
2017-09-29
test/py: add skip marker for reliance on tools
Stephen Warren
5
-5
/
+43
2017-09-29
test/py: provide more information about test skip reason
Stephen Warren
1
-3
/
+3
2017-09-29
test/py: Document required tools/packages
Stephen Warren
1
-1
/
+6
2017-09-29
video: test: Add ANSI escape sequence tests
Rob Clark
1
-0
/
+34
2017-09-29
video: test: Helper for writing strings
Rob Clark
1
-12
/
+12
2017-09-18
test/py: add a test calling the EFI selftest
Heinrich Schuchardt
1
-0
/
+25
2017-09-15
Merge git://git.denx.de/u-boot-fdt
Tom Rini
3
-9
/
+63
2017-09-15
test/py: gpt: make use of infra-structure
Stephen Warren
2
-40
/
+66
2017-09-15
test/py: u_boot_console_base.py: fix typo
Heinrich Schuchardt
1
-1
/
+1
2017-09-15
test: overlay: Add unit test for stacked overlay
Pantelis Antoniou
3
-1
/
+55
2017-09-15
ut: fix fdt_getprop_u32() change
Pantelis Antoniou
1
-8
/
+8
2017-09-14
add pytests for 'gpt rename' and 'gpt swap'
Alison Chaiken
1
-0
/
+31
2017-09-14
add pytests for 'gpt guid' command in sandbox
Alison Chaiken
1
-0
/
+38
2017-09-14
GPT: create block device for sandbox testing
Alison Chaiken
1
-0
/
+19
2017-09-11
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test
Patrice Chotard
1
-1
/
+1
2017-09-11
blk: dm: make blk_create_device() take a number of block instead of a size
Jean-Jacques Hiblot
1
-3
/
+3
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2
-26
/
+26
[next]