8000 Tests are skipped nondeterministically · Issue #220 · specta/specta · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tests are skipped nondeterministically #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Denages opened this issue Jul 20, 2017 · 0 comments
Open

Tests are skipped nondeterministically #220

Denages opened this issue Jul 20, 2017 · 0 comments

Comments

@Denages
Copy link
Denages commented Jul 20, 2017

Some test are skipped in a random way. It happens what the editing and undoing operations affects to this behavior even if in the result the code still be the same.
Product cleaning doesn't help.
Xcode 8.2.1
Gif:
spectabug

Here is the code:

#import <Specta/Specta.h>

SpecBegin(TEST)

describe(@"TEST", ^{

    
    it(@"test1", ^{
        NSLog(@"1111");
    });
    
    it(@"test2", ^{
        NSLog(@"2222");
    });
    
    it(@"test3", ^{
        NSLog(@"3333");
    });
    
    it(@"test4", ^{
        NSLog(@"4444");
    });
    
    it(@"test5", ^{
        NSLog(@"5555");
    });
    
    afterEach(^{

    });
    
    afterAll(^{
        
    });
    
});
SpecEnd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0