Paul LeMarquand

Results 33 issues of Paul LeMarquand

`` has been deprecated in favour of `` ValidatedInput should be using FormControl.

In React 15.2.0, props that aren't explicitly defined on the propTypes object should not be used. If you do, you get a warning. Because of this, ValidatedInput should strip off...

Support running swift-testing tests the same as XCTests. If a test run has both types, swift-testing tests will be run first followed by XCTests. First a list of XCTests and...

Requests to `documentText/tests` and `workspace/tests` should generate two TestItems inside a top level MyTests TestItem with the following code. ```swift final class MyTests: XCTestCase { func test1() { } }...

Test functions with backticks in their identifier should have them filtered out. This is a stopgap until apple/swift-syntax#2576 is ready.

Migrates to the new [@vscode/test-cli](https://github.com/microsoft/vscode-test-cli) package to download the appropriate VS Code and run the tests. This streamlines the test setup code, and should be a more reliable way to...

Currently the CI tests take about 12-14 minutes on the `6.0` and `main` CI nodes. This approaches the upper bound of what should be acceptable for a PR CI run,...

enhancement
testing infrastructure

### Swift version swiftlang-6.0.0.9.10 ### Platform All ### Editor Visual Studio Code ### Does the issue reproduce with Swift 6? Yes ### Description When a struct or class doesn't conform...

I wrote a test that accidentally never completed. The only way to halt the test run in VS Code was to restart the editor. We need a way to stop...

enhancement
needs verification

Add on to the parameterized integration test to verify that there is a test case added for each argument, and that they are not runnable.