1. 28 10月, 2021 1 次提交
    • T
      fix: fix ppoll · a55f68f9
      teamol 提交于
      1.modifications:
      modified:   syscall/fs_syscall.c
      2.modify 2 testcases:
      IO/full/IO_test_ppoll_001.cpp
      IO/full/IO_test_ppoll_002.cpp
      3.influence:
      none
      Signed-off-by: 悟空又丢了's avatarpef <cyd1997@126.com>
      Change-Id: I85fc091098a6dfef1a4694a3bbc489640ee6dda2
      a55f68f9
  2. 22 10月, 2021 1 次提交
    • T
      fix: 增加pselect SYSCALL函数及测试用例 · f601c16b
      teamol 提交于
      1.modifications:
      modified:   syscall/fs_syscall.c
      modified:   syscall/los_syscall.h
      modified:   syscall/syscall_lookup.h
      2.add 1 testcases:
      modified:   testsuites/unittest/IO/BUILD.gn
      modified:   testsuites/unittest/IO/full/IO_test_pselect_001.cpp
      modified:   testsuites/unittest/IO/io_test.cpp
      3.influence:
      none
      
      re #I45SXU
      Signed-off-by: Nwangchen <253227059@qq.com>
      Change-Id: I03a5d464fd5423c360e42f7d141035ce0d83d8a8
      f601c16b
  3. 27 8月, 2021 1 次提交
    • T
      fix: add syscall for ppoll & add 2 testcases · defedb6f
      teamol 提交于
      1.modifications:
      modified:   syscall/los_syscall.h
      modified:   syscall/misc_syscall.c
      modified:   syscall/syscall_lookup.h
      2.add 3 testcases:
      testsuites/unittest/IO/full/IO_test_ppoll_001.cpp
      testsuites/unittest/IO/full/IO_test_ppoll_002.cpp
      3.influence:
      none
      Signed-off-by: Nteamol <28105285@qq.com>
      defedb6f
  4. 06 8月, 2021 1 次提交
  5. 05 8月, 2021 1 次提交
  6. 29 5月, 2021 1 次提交
    • L
      feat(build): 使用xts -notest选项时,内核用例不参与编译构建和用例编译配置方式调整 · 9bdf7164
      lnlan 提交于
      【背景】
      1.编译新增-notest选项为了排除用例参与构建,使用该选项时内核用例仍会参与构建,不符合预期
      2.用例编译配置选项太多,需调整优化
      【修改方案】
      1.原内核用例的源文件是通过框架自带的source_set(一种虚拟静态库)的方式组织的,
      不受unittests(自定义的一种方式)控制,修改为文件列表直接加入到unittest中。
      2.编译配置通过level控制
      【影响】
      对现有的产品编译不会有影响。
      
      Change-Id: I2c6a96e7276346de96f222b725d417418ff0e537
      9bdf7164
  7. 15 5月, 2021 1 次提交
  8. 11 5月, 2021 1 次提交
  9. 10 5月, 2021 1 次提交
  10. 30 4月, 2021 1 次提交
    • L
      testsuites fixed · 6fe4a3f9
      lnlan 提交于
      Change-Id: I7f4add72f2fd1cc3770bcf103d1909add4829822
      6fe4a3f9
  11. 25 4月, 2021 1 次提交
    • L
      add testsuites · 778c5e17
      lnlan 提交于
      Change-Id: Ice1193d1ae7f2e0d12a2a38a306a6399407f5037
      778c5e17