Commit Graph

251 Commits

Author SHA1 Message Date
Christof Marti c9cf18e109 Wait some more 2018-11-09 15:06:48 +01:00
Christof Marti f9307094ba Try fix timing issues 2018-11-09 07:49:34 +01:00
Christof Marti ee0815204c Fix timing issue (fixes #61748) 2018-10-29 11:30:25 +01:00
Rob Lourens a2e96753ee Fix build fail in api-tests 2018-10-26 18:23:42 -07:00
Christof Marti d66f6ffc95 Fix timing issue (#61647) 2018-10-24 08:56:45 +02:00
Christof Marti ab5bb7bf72 Revert "Disable failing tests"
This reverts commit 383d1417e6.
2018-10-24 08:56:45 +02:00
Rob Lourens 383d1417e6 Disable failing tests 2018-10-23 11:48:14 -07:00
Matt Bierner 5b03dcd69d Add pinning test for setting localResourceRoots 2018-10-08 10:09:06 -07:00
Matt Bierner d0ecfa0ba6 Adding pinning tests for vscode-resource in webviews 2018-10-08 09:56:06 -07:00
Matt Bierner ceb8f18fb8 Adding pinning test for webview scripts disabled 2018-10-05 16:25:50 -07:00
Matt Bierner 7b8e463099 Extract duplicated code 2018-10-05 16:11:32 -07:00
Matt Bierner 23fedc5a3e Add pinning test for webview html update 2018-10-05 16:08:33 -07:00
Matt Bierner 676ea4b5c5 Improve test name 2018-10-05 16:05:01 -07:00
Matt Bierner b3ff3e4375 Wait for all editors to close before continuing tests 2018-10-05 11:51:54 -07:00
Matt Bierner 0136935c52 Improving webview test reliability and add test for preserve state on column change 2018-10-05 10:53:42 -07:00
Matt Bierner 3cb9b60d32 Add missing registers 2018-10-05 10:53:42 -07:00
Matt Bierner 1f9981f55f Make webview test communication more timing stable 2018-10-05 10:32:42 -07:00
Matt Bierner 4ecf3e5388 Improve naming and use proper (optional) types 2018-10-05 10:08:25 -07:00
Matt Bierner f4f6c623c3 Make sure we dispose of webviews properly
Dispose of webviews after each test run
2018-10-05 09:38:01 -07:00
Matt Bierner 8d44ab61c6 Fix workspace test document count 2018-10-04 20:02:05 -07:00
Matt Bierner fdb46fcc66 Remove unused var 2018-10-04 19:24:18 -07:00
Matt Bierner 3da9a122f6 Add test for restore scroll pos when retainContextWhenHidden is set 2018-10-04 19:01:35 -07:00
Matt Bierner 54df095e39 Adding retainContextWhenHidden test 2018-10-04 19:01:35 -07:00
Matt Bierner 6a4e027c41 Refactor our duplicated code 2018-10-04 19:01:34 -07:00
Matt Bierner 8151b1fc50 Add test for webview state persist 2018-10-04 19:01:34 -07:00
Matt Bierner 565f971f43 Add basic test for webview communication 2018-10-04 19:01:34 -07:00
Matt Bierner 03e65ebe47 Use await/async in tests 2018-10-04 19:01:34 -07:00
Christof Marti f523fd2036 Fire onDidHide only once (fixes #57852) 2018-10-04 13:10:18 +02:00
Christof Marti 7ff8bda7e8 Accept on with selection, work around all items becoming active (#57850) 2018-10-04 10:41:51 +02:00
Christof Marti f45ac28666 Do not clear selection in single-select case (fixes #57850) 2018-10-04 10:41:51 +02:00
Matt Bierner dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -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
Rob Lourens 3da89c1937 Rename previewOptions 2018-09-24 21:08:11 -07:00
Rob Lourens 54090bc222 Fix #57459 - add default previewOptions for findTextInFiles 2018-09-24 16:41:03 -07:00
Benjamin Pasero 7b8c3383f9 💄 integration tests 2018-09-24 15:10:16 +02:00
Alex Ross 1ff175f094 Wait to signal to the extHostTerminalService that the terminal is opened until the terminal has a name. (#58983)
Also added a change listener for title. Fixes #53057
2018-09-21 14:08:38 -07:00
Johannes Rieken 9ac1af4899 add api tests for #1800 2018-09-20 17:24:33 +02:00
Martin Aeschlimann 7361bd990c Revert "Do not clear selection in single-select case (fixes #57850)"
This reverts commit a6626a8d90.
2018-09-20 12:51:07 +02:00
Matt Bierner 63c5c74852 Fix test name 2018-09-18 15:22:59 -07:00
Christof Marti f8606acf93 Fix test (#56137) 2018-09-06 15:31:51 +02:00
Christof Marti a6626a8d90 Do not clear selection in single-select case (fixes #57850) 2018-09-06 11:52:36 +02:00
Christof Marti 5f88f89be5 Remove WinJS.Promise#cancel usage (#56137) 2018-09-05 09:13:12 +02:00
Rob Lourens 3f7afc6504 #57186 - implement previewOptions for findTextInFiles 2018-08-25 11:27:49 -07:00
Rob Lourens fd76ad9f00 #57186 - fix findTextInFiles 2018-08-25 11:21:40 -07:00
Rob Lourens 02420dbede Disable findTextInFiles test temp 2018-08-24 21:02:03 -07:00
Daniel Imms afec727ae3 Fix typos
Fixes #56058
2018-08-09 09:24:33 -07:00
Rob Lourens 55ae86a53d Fix #55612 - fix findTextInFiles cancellation 2018-08-01 15:48:22 -07:00
Johannes Rieken 69139dabf5 fix #52923 2018-07-16 16:54:16 +02:00