Commit Graph

78 Commits

Author SHA1 Message Date
Johannes Rieken
46cf57b264 a bunch of failing tests 2021-02-01 12:01:32 +01:00
Johannes Rieken
74bc1d2672 re-enable test for https://github.com/microsoft/vscode/issues/111867 2021-01-07 09:18:51 +01:00
Johannes Rieken
0cb7dad36f adopt creation of N resources at once, https://github.com/microsoft/vscode/issues/111867 2021-01-06 14:46:32 +01:00
Johannes Rieken
b99e9bc299 apply file edits in bulks of equal edits, https://github.com/microsoft/vscode/issues/111867 2021-01-06 14:46:32 +01:00
Johannes Rieken
bb68097d15 add extra check to understand https://github.com/microsoft/vscode/issues/112263 2020-12-11 09:48:15 +01:00
Alex Dima
52e9e02e0a Fixes #110141: Do not push undo stack elements for a no-op EOL change 2020-11-12 12:18:27 +01:00
Benjamin Pasero
13ccfeb2cd test - check for dirty flag too (#107739) 2020-10-07 07:53:09 +02:00
Alex Dima
1a9e0af641 Fixes #107815: Remove save RenameOperation 2020-10-06 22:53:57 +02:00
Alex Dima
ca01c69720 Finalize test for #107739 2020-10-06 22:45:46 +02:00
Alex Dima
443508c4c9 Add test for #107739 2020-10-06 22:18:30 +02:00
Alex Dima
296147c88e Fix integration tests 2020-09-30 20:58:26 +02:00
Matt Bierner
50cc1d0e97 Update to use TS 4.1 for building VS Code 2020-09-16 11:58:01 -07:00
Rob Lourens
50652f8189 Fix findFiles integration tests after PR even more 2020-07-26 18:35:14 -07:00
Rob Lourens
e2de23c683 Fix integration tests 2020-07-25 09:21:27 -07:00
Benjamin Pasero
ab1d1ad588 Web: integration test failures in workspace events (fix #102365) 2020-07-14 15:14:23 +02:00
Johannes Rieken
ef9a24f021 don't check for number of documents, https://github.com/microsoft/vscode/issues/100842 2020-06-25 10:20:49 +02:00
Johannes Rieken
a875bd1919 use a true random file name when testing that openTextDocument opens another document, fixes https://github.com/microsoft/vscode/issues/100159 2020-06-15 11:45:59 +02:00
Johannes Rieken
b0d056202b Use canonical uri for openTextDocument api, #93368 2020-05-29 18:16:31 +02:00
Benjamin Pasero
c0eea2a712 tests - disable terminal integration tests for web 2020-03-19 09:37:17 +01:00
Benjamin Pasero
d8e7eb36a2 Text save participants are overwritten for each extension host (fixes #90359) 2020-02-17 10:42:31 +01:00
Johannes Rieken
bcdf991bd4 test: saveAll before asserting a certain save event 2020-02-14 12:05:57 +01:00
Johannes Rieken
6158372c89 more verbose integration test failures 2020-02-14 12:05:01 +01:00
Johannes Rieken
2b3fed13e1 some 💄 to prep for https://github.com/microsoft/vscode/issues/90359 2020-02-13 12:54:12 +01:00
Johannes Rieken
5166060e71 test: don't assert in event handler 2020-02-13 12:54:12 +01:00
Benjamin Pasero
f88d71eebc disable test for web (#90359) 2020-02-11 16:50:22 +01:00
Benjamin Pasero
173cb094b4 test - skip only on windows 2020-02-10 11:58:03 +01:00
Benjamin Pasero
9d9d729655 Web: run integration tests as part of our product builds (fix #83923) 2020-02-10 11:23:00 +01:00
Benjamin Pasero
cdc2469931 untitled - rewrite creation logic 2020-01-17 11:33:13 +01:00
Benjamin Pasero
2585092dbe tests - reduce output of integration tests (#84283) 2020-01-15 12:56:22 +01:00
Johannes Rieken
e7a7e46fcc add another unit test for #80688 2019-12-02 15:57:07 +01:00
Johannes Rieken
3a384c9c59 add test for #80688 2019-09-11 16:37:47 +02:00
Benjamin Pasero
5099e36e3d fix #77735 2019-08-12 08:13:10 +02:00
Johannes Rieken
148f67d786 when running integration tests, use memfs instead of fs 2019-07-30 18:16:19 +02:00
Rob Lourens
70ab0ada55 Fix 'null' exclude for findFiles, add more tests
Fix #77813
2019-07-24 14:24:13 -07:00
Johannes Rieken
e165b387a1 add unit test for #77735 2019-07-23 17:12:42 +02:00
Benjamin Pasero
d813315714 comment out more (for #74898) 2019-06-24 10:49:34 +02:00
Benjamin Pasero
4a7e7b5cef comment out more tests (#74898) 2019-06-19 11:48:46 +02:00
Benjamin Pasero
6ce6d6d1c5 add integration test for #66338 2019-05-06 11:21:06 +02:00
Benjamin Pasero
c72cfe0c65 Provide API to get access to the workspace configuration file (#37421) (#72490)
* Provide API to get access to the workspace configuration file (#37421)

* fix untitled ID

* update docs
2019-04-17 14:24:10 +02:00
Martin Aeschlimann
5f09de6e7a api tests: avoid rootPath 2019-03-20 17:41:00 +01:00
Rob Lourens
92629f3f5f findFiles tests 2019-03-05 19:17:54 -08:00
Rob Lourens
10fdea204a Fix #69840 2019-03-05 14:52:09 -08:00
Rob Lourens
c5a5b8b0e5 Fix #68125 - findFiles should not use loose patterns like the search view 2019-02-18 19:10:05 -08:00
Johannes Rieken
c110d84460 fix integration test 2019-02-08 18:03:56 +01:00
Matt Bierner
a131278f4a Enabling no-redundant-jsdoc for tslint 2019-01-04 15:34:50 -08:00
Rob Lourens
a2e96753ee Fix build fail in api-tests 2018-10-26 18:23:42 -07:00
Matt Bierner
7b8e463099 Extract duplicated code 2018-10-05 16:11:32 -07:00
Matt Bierner
4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner
950a3ff867 Onboard vscode-api-tests to use shared tsconfig 2018-10-01 16:38:29 -07:00
Matt Bierner
55567633b3 Enable no unused parameters in vscode-api tests 2018-10-01 16:12:05 -07:00