Skip to content

Selfhost Test Runner: Cannot Run Two Tests Together #213573

@hediet

Description

@hediet

Code_-_Insiders_vKdw7YDzmB

indentation.test.ts,autoIndent.test.ts in the VS Code Repo

Output:

./scripts/test test/unit/electron/index.js --reporter full-json-stream --grep /^(Auto\-Reindentation \- TypeScript/JavaScript )/ --run src/vs/editor/contrib/indentation/test/browser/indentation.test.ts --run src/vs/workbench/contrib/codeEditor/test/node/autoindent.test.ts


 √ Auto-Reindentation - TypeScript/JavaScript Issue #25437
 √ Auto-Reindentation - TypeScript/JavaScript Enriching the hover
 √ Auto-Reindentation - TypeScript/JavaScript Issue #86176
 √ Auto-Reindentation - TypeScript/JavaScript Issue #141816
 √ Auto-Reindentation - TypeScript/JavaScript Issue #29886
 √ Auto-Reindentation - TypeScript/JavaScript Issue #209859: do not do reindentation for tokens inside of a string

The problem is the grep.

Metadata

Metadata

Labels

insiders-releasedPatch has been released in VS Code Insiders

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions