-
Below tests disabled with PR:
https://github.com/lsds/sgx-lkl/pull/789/files
- [ ] gettimeofday02
- [ ] mmap11
- [ ] futex_cmp_requeue01
- [ ] getcwd04
- [ ] send01
- [ ] setresuid04
- [ ] set…
-
**Original Test case:**
Use sigaction(2) to set a signal handler for SIGUSR1.
There are 4 test cases:
1) Set SA_RESETHAND and SA_SIGINFO.
When the handler runs, SA_SIGINFO should be set.
2) Se…
-
Here is an example:
http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&discussionID=62603981&gid=64287&trk=EML_anet_di_pst_ttle
Reported by: vass-vass
-
Windows10 安装了vc 2017
maven3.1.1 jdk1.8
git clone https://github.com/HIT-SCIR/ltp4j.git
cd ltp4j
git checkout neoltp4j
git submodule init
git submodule update
按步骤执行,执行了好几次命令行报错如下,麻烦哪位能给个建议
…
-
Where can i find intervals available for historical data fetch. I am unable to get data for one minute
-
1、拿测试语料去训练,再拿测试语料做测试,这完全就是不专业的做法
2、即便是几个分词工具都按照测试语料做训练,但是都是你们来做,你们更熟悉pkuseg的调试,所以调试效果肯定好,最终效果有偏
综上:如果不能提供全新黑盒数据的对比测试结果,那么就别吹的那么厉害
-
This is needed for properly simulating synaptic plasticity, as in NeuroML a plastic synapse relays incoming spiking events to its (child) plasticityMechanism which uses spike timing information to cal…
-
When failing LTP tests categorized, they were categorized into 4 categories:
1) Test Issues - Test Bugs:
- There is bug in the test code such as non-existing folder or user and so on
- Fix bug …
-
Since kernel commit bbbe480297("mm, oom: remove 'prefer children over parent' heuristic") , oom doesn't prefer to kill children, it kills wrose process(it may kill parent process). I think we should p…
-
https://github.com/torvalds/linux/commit/4ea77014af0d6205b05503d1c7aac6eace11d473
fixes a kill bounds condition ... might just be exposed using UBSAN, but should be test covered too.