Displaying 20 results from an estimated 70 matches for "subtests".
Did you mean:
subtest
2009 Nov 10
1
source() vs attach()0
Hello,
After hours of googling I could not resolve the following (although it
seems simple):
I would like to put subfunctions in a separate .R file that is then
called with source() from inside several "main" functions. A crude
example would be as follows:
**** file subtest.R **********
subtest <- function() {
foo <<- foo+1
}
******************************
*** main
2005 Feb 18
1
eapply weirdness/bug
The following looks like an 'eapply' bug to me:
t/subtest> e <- new.env()
t/subtest> e$tempo <- quote( 1+'hi')
t/subtest> lapply( ls( e), function( x) length( get( x,e)))
[[1]]
[1] 3
# seems reasonable-- e$tempo is a 'call' object of length 3
t/subtest> eapply( e, length)
Error in 1 + "hi" : non-numeric argument to binary operator
2010 Apr 23
4
basic table statistics
Hi,
I have a very simple question, but I'm obviously not able to solve the
problem on my own.
I have a data.frame like
sample(c("A","B","C"),size=20,replace = T)->type
rnorm(20)->value
data.frame(ty=type,val=value)->test
There must be some built in functions, that will do some descriptive
statistics with tabular output, in the end I like to have
2019 Jun 25
2
Emails not visible after renaming folders
Hello,
I have strange problem with "losing" emails after rename mail
folder(s) (via imap client: thunderbird, roundcude, etc..)
How to reproduce:
1. Create some folder name, like TEST
2. Create sub-folder under TEST (like SUBTEST)
Structure:
TEST
|--SUBTEST
# doveadm mailbox list -u postmaster at testmailbox
Spam
Trash
Sent
Drafts
INBOX
TEST
TEST/SUBTEST
3. Move (or copy)
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...s.txt and make sure you don't get any warnings when configuring
the project. (Simon Ser)
- Compile-testing CI for MIPS. (Guillaume Tucker)
- Various igt_runner reliability improvements (Petri Latvala & Arkadiusz Hiler)
- Switched GEM tests to engine discovery. (Tvrtko Ursulin et al)
- Subtests can now be documented and their descriptions are available in
generated HTML docs and on the command line via --describe. Documenting new
tests is mandatory. (Arkadiusz Hiler)
- Unified library for EDID creation (Simon Ser)
- Chamelium port auto-discovery (Simon Ser)
- Tigerlake support (Luc...
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...unnecessary checks on the drm_open_any return value
lib: add a critical warning level
lib: use critical log level for assertion failure messages
docs: fix parsing issue
lib: warning messages should be sent to stderr
lib: print warning and critical messages when listing subtests
lib: validate subtest names
lib: add subtest start and exit status code messages to debug output
lib: add exit status message to simple tests
lib/tests: verify subtest enumeration output
lib/tests: check that invalid subtest names are rejected
lib: add a ring buf...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...e targets request retirement code paths
(Tvrtko Ursulin)
- New test: core_setmaster_vs_auth checks that drop/setMaster correctly
transfer master state (Thomas Hellstrom/Daniel Vetter)
- Wildcard characters are now accepted when using the --run-subtest command
line option to specify multiple subtests to run. (Thomas Wood)
- Add support for Broxton in intel_audio_dump (Han Lu)
- Added Kabylake support (Rodrigo Vivi/Wayne Boyer)
- Many other bug fixes and improvements
Complete list of changes since 1.12:
Ander Conselvan de Oliveira (1):
testdisplay: Fix segfault after first modeset fa...
2019 Jun 26
2
Emails not visible after renaming folders
Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol.
25.06.2019 22:10, Germ?n Herrera ?????:
> Are you copying/moving the emails with {cp|mv} or with "doveadm {copy|move}"?
>
> On 2019-06-25 12:00, Aleksandr via dovecot wrote:
>> Hello,
>>
>> I have strange problem with "losing"
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...igt_kms: Handle failure in drmModeGetConnector gracefully.
lib: Add basic support for valgrind annotations.
kms_atomic_transition: Add test for primary plane togging vs vblank.
kms_properties: Ignore CRTC_ID for the legacy case
Michał Winiarski (1):
tests/gem_userptr_blits: subtests for MAP_FIXED mappings of regular BO
Michel Thierry (2):
igt/drv_hangman: Fix checking of strcasecmp against expectation
lib/igt_gt: Remove duplicated PARAM_NO_ERROR_CAPTURE define
Mika Kahola (9):
tests/kms_plane_multiple: Fix CRC based atomic correctness test
tests/kms_p...
2016 Sep 29
2
[cfe-dev] improving test-suite`s FP subtests to be able to compare both exact-match outputs and more-optimized builds that may have different outputs due to FP optimizations
Dear all,
I would like some help, please, with implementing Hal`s excellent suggestion, which I have
reworded as below. Hal has confirmed a previous version of my rewording as a correct
interpretation. [I made minor changes since then, e.g. for grammar.]
[Abe wrote:]
>> I think you [Hal] are suggesting something like this:
>> 1) compile the program with FP fusion off,
2016 Sep 29
2
[cfe-dev] improving test-suite`s FP subtests to be able to compare both exact-match outputs and more-optimized builds that may have different outputs due to FP optimizations
...t; To: "Abe Skolnik" <a.skolnik at samsung.com>
> Cc: "llvm-dev" <llvm-dev at lists.llvm.org>, "cfe-dev" <cfe-dev at lists.llvm.org>
> Sent: Thursday, September 29, 2016 6:20:09 PM
> Subject: Re: [cfe-dev] [llvm-dev] improving test-suite`s FP subtests to be able to compare both exact-match outputs
> and more-optimized builds that may have different outputs due to FP optimizations
>
>
> > On Sep 29, 2016, at 3:59 PM, Abe Skolnik <a.skolnik at samsung.com>
> > wrote:
> >
> > Dear all,
> >
> >...
2019 Jun 25
0
Emails not visible after renaming folders
Are you copying/moving the emails with {cp|mv} or with "doveadm
{copy|move}"?
On 2019-06-25 12:00, Aleksandr via dovecot wrote:
> Hello,
>
> I have strange problem with "losing" emails after rename mail
> folder(s) (via imap client: thunderbird, roundcude, etc..)
>
> How to reproduce:
>
> 1. Create some folder name, like TEST
> 2. Create
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...tests/kms_ccs: Split FB generation into helper
tests/kms_ccs: Remove excessive FB alignment
tests/kms_ccs: Paramaterize color for framebuffer
tests/kms_ccs: Reshuffle test name and loop
tests/kms_ccs: Test for supported modifier
tests/kms_ccs: Split all tests into subtests
tests/kms_ccs: Test CCS on sprite planes
Daniel Vetter (40):
configure: Bump libdrm to 2.4.76
Revert "configure: Bump libdrm to 2.4.76"
tests/drm_module_reload: Don't require hda dynamic debug
CONTRIBUTING: formalize review rules
lib/drmtest: Decod...
2012 Sep 26
3
rows extraction
Dear all,
I want to extract rows from a data frame shown here as "test". For example:
rows with with sorting
PKB123 PKB22 PKB23 PKB32 CTV19 CTV20 PKB11 PKB11
> dput(test)
structure(list(Name. = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L,
8L, 9L, 10L, 11L, 12L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L,
19L), .Label = c("CTV10", "CTV11", "CTV12",
2019 Aug 06
0
Emails not visible after renaming folders
Hi guys.
Does anyone have problems with a similar configuration (mdbox)?
Just tested with latest version (stage servers installation: dovecot 2.3.7), also affected.
Not critical, but have complaints from users, 1-2 per month.
26.06.2019 12:05, Aleksandr ?????:
> Copying or moving with email client: thunderbird, roundcube (webmail), mutt or any other email client via imap protocol.
>
2015 Sep 11
0
[ANNOUNCE] intel-gpu-tools 1.12
...sts. (Chris Wilson)
- Old register tools that were superseded by intel_reg have been removed.
- Various tests have been marked "basic", to indicate they are suitable for
use in basic acceptance testing. (Jesse Barnes)
- Per-ring gem_storedw_loop tests combined into a single test with subtests.
(Jesse Barnes)
- New "aubdump" tool, used to launch an application and capture rendering to
an AUB file. (Kristian Høgsberg Kristensen)
- Cherryview support added to intel_display_poller. (Ville Syrjälä)
- Skylake and Broadwell support added to gem_gpgpu_fill tests.
(Dominik Zer...
2006 Jun 01
1
call method of superclass
Hi again,
Is it possible to call a method of the superclass within a method with
the same name in the derived class? e.g. : call Test::list from
SubTest::list (SubTest being a subclass of Test)?
Best regards,
--
----------------------------------------------------------------------
Yannick Majoros http://www.inma.ucl.ac.be/~majoros
Informaticien UCL/INMA-MEMA
4, avenue G. Lema?tre
B-1348
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...ctions) (Tiago Vignatti)
- Several tests have gained to ability to be run on different platforms
than Intel: tests/testdisplay (Tomeu Vizoso), tests/kms_panel_fitting
(Robert Foss), tests/kms_flip_event_leak, tests/kms_flip (Tomeu Vizoso).
- compute exitcode first: In the case of running multiple subtests which all
happen to be skipped, igt_exitcode is 0, but the final exit code will be 77.
(Chris Wilson)
- Shorten tests/kms_flip test (Tvrtko Ursulin)
- Half the timeout for suspend to RAM and a third for suspend to disk
(Marius Vlad)
- lib: Pass format instead of bpp to create_bo_for_fb (Ville Sy...
2023 Mar 30
2
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
...0, 2023 at 09:07:53PM +0200, Hans Schultz wrote:
> Not true, it reveals that I forgot to put it in the patch, that's all. As
> I cannot run several of these tests because of memory constraints I link
> the file to a copy in a rw area where I modify the list and just run one
> of the subtests at a time. If I try to run the whole it always fails
> after a couple of sub-tests with an error.
>
> It seems to me that these scripts are quite memory consuming as they
> accumulate memory consuption in relation to what is loaded along the
> way. A major problem with my system.
I...
2023 Mar 31
1
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
...:53PM +0200, Hans Schultz wrote:
>> Not true, it reveals that I forgot to put it in the patch, that's all. As
>> I cannot run several of these tests because of memory constraints I link
>> the file to a copy in a rw area where I modify the list and just run one
>> of the subtests at a time. If I try to run the whole it always fails
>> after a couple of sub-tests with an error.
>>
>> It seems to me that these scripts are quite memory consuming as they
>> accumulate memory consuption in relation to what is loaded along the
>> way. A major proble...