Quantcast
Channel: ktap
Browsing all 345 articles
Browse latest View live

[ktap] [PATCH] add more gettimeofday variants and other fixes (Yichun Zhang...

* added new ktap builtin functions gettimeofday_ns(), gettimeofday_ms(), and gettimeofday_s(). * changed the internal helper C function gettimeofday_us to gettimeofday_ns because we can directly call...

View Article


[ktap] Re: [PATCH] add more gettimeofday variants and other fixes (Qingping Hou)

On Wed 15 Jan 2014 08:16:58 PM EST, Yichun Zhang (agentzh) wrote: * added new ktap builtin functions gettimeofday_ns(), gettimeofday_ms(), and gettimeofday_s(). * changed the internal helper C function...

View Article


[ktap] Re: [PATCH] add more gettimeofday variants and other fixes (Jovi...

On Thu, Jan 16, 2014 at 10:08 AM, Qingping Hou dave2008713@xxxxxxxxx wrote: On Wed 15 Jan 2014 08:16:58 PM EST, Yichun Zhang (agentzh) wrote: * added new ktap builtin functions gettimeofday_ns(),...

View Article

[ktap] git的地址有错误 (chen_jx@xxxxxxxxxxx)

貌似网页中留的git的地址是https不是http吧 chen_jx@xxxxxxxxxxx --------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in...

View Article

[ktap] [PATCH 0/2] use new test scaffold for FFI tests (Qingping Hou)

From: Qingping Hou qingping.hou@xxxxxxxxx FFI tests need to be handled differently with and without FFI feature compiled in. As a result, noffi_out block is added so FFI tests can run without error...

View Article


[ktap] [PATCH 1/2] detect ktap FFI feature in test scaffold (Qingping Hou)

From: Qingping Hou qingping.hou@xxxxxxxxx Signed-off-by: Qingping Hou qingping.hou@xxxxxxxxx --- test/lib/Test/ktap.pm | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff...

View Article

[ktap] [PATCH 2/2] convert test ffi/ffi_test.kp to ffi/basic.t ffi/new.t...

From: Qingping Hou qingping.hou@xxxxxxxxx Signed-off-by: Qingping Hou qingping.hou@xxxxxxxxx --- Makefile | 13 +++-- test/ffi/Makefile | 10 ++-- test/ffi/basic.t | 85 +++++++++++++++++++++++++++...

View Article

[ktap] Re: [PATCH 0/2] use new test scaffold for FFI tests (Qingping Hou)

On 01/25/2014 11:35 PM, Qingping Hou wrote: From: Qingping Hou qingping.hou@xxxxxxxxx FFI tests need to be handled differently with and without FFI feature compiled in. As a result, noffi_out block is...

View Article


[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Jovi Zhangwei)

On Sun, Jan 26, 2014 at 12:35 PM, Qingping Hou dave2008713@xxxxxxxxx wrote: From: Qingping Hou qingping.hou@xxxxxxxxx Signed-off-by: Qingping Hou qingping.hou@xxxxxxxxx --- test/lib/Test/ktap.pm | 23...

View Article


[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Qingping Hou)

On Sun 26 Jan 2014 08:46:36 PM EST, Jovi Zhangwei wrote: On Sun, Jan 26, 2014 at 12:35 PM, Qingping Hou dave2008713@xxxxxxxxx wrote: From: Qingping Hou qingping.hou@xxxxxxxxx Signed-off-by: Qingping...

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Jovi Zhangwei)

On Mon, Jan 27, 2014 at 10:29 AM, Qingping Hou dave2008713@xxxxxxxxx wrote: On Sun 26 Jan 2014 08:46:36 PM EST, Jovi Zhangwei wrote: On Sun, Jan 26, 2014 at 12:35 PM, Qingping Hou dave2008713@xxxxxxxxx...

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Qingping Hou)

On Mon 27 Jan 2014 08:39:23 PM EST, Jovi Zhangwei wrote: On Mon, Jan 27, 2014 at 10:29 AM, Qingping Hou dave2008713@xxxxxxxxx wrote: On Sun 26 Jan 2014 08:46:36 PM EST, Jovi Zhangwei wrote: On Sun, Jan...

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Yichun Zhang...

Hello! Maybe we can use the test skipping feature of the test scaffold here? For example, in the test file for FFI, we can have the following Perl code snippet at the beginning of the file: our...

View Article


[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Qingping Hou)

On 01/28/2014 03:35 PM, Yichun Zhang (agentzh) wrote: Hello! Maybe we can use the test skipping feature of the test scaffold here? For example, in the test file for FFI, we can have the following Perl...

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Yichun Zhang...

Hello! On Tue, Jan 28, 2014 at 1:41 PM, Qingping Hou wrote: This seems to be a cleaner approach and is compatible with prove -r option. Yup :) one quick question, where should we put the module that...

View Article


[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Yichun Zhang...

Hello! On Sat, Feb 1, 2014 at 9:46 AM, Yichun Zhang (agentzh) wrote: And then in the .t file: use lib 'lib'; Sorry, I mean use lib 'test/lib'; ...

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Yichun Zhang...

Hello! On Tue, Jan 28, 2014 at 12:35 PM, Yichun Zhang (agentzh) wrote: use lib 'lib'; use Test::ktap $SkipReason ? (skip_all = $SkipReason) : (); Oh, and I forgot to pass the 'no_plan' argument here: ...

View Article


[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Jovi Zhangwei)

Hi, On Sun, Feb 2, 2014 at 1:46 AM, Yichun Zhang (agentzh) agentzh@xxxxxxxxx wrote: Hello! On Tue, Jan 28, 2014 at 1:41 PM, Qingping Hou wrote: This seems to be a cleaner approach and is compatible...

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Yichun Zhang...

Hello! On Sat, Feb 1, 2014 at 11:26 PM, Jovi Zhangwei wrote: Similarly, if we also can put build ffi test kernel module in ffi_test.t file, then that's better, not like in the main Makefile currently....

View Article

[ktap] Re: [PATCH 1/2] detect ktap FFI feature in test scaffold (Jovi Zhangwei)

Hi, On Tue, Feb 4, 2014 at 4:09 AM, Yichun Zhang (agentzh) agentzh@xxxxxxxxx wrote: Hello! On Sat, Feb 1, 2014 at 11:26 PM, Jovi Zhangwei wrote: Similarly, if we also can put build ffi test kernel...

View Article
Browsing all 345 articles
Browse latest View live


Latest Images