Commit Graph

1269 Commits

Author SHA1 Message Date
Daniel Imms
0ff1928a3b Merge pull request #120002 from microsoft/tyriar/terminal_sandbox
electron-sandbox refactors for terminal
2021-03-29 16:47:00 -07:00
Daniel Imms
182d40c07c Fix test 2021-03-29 15:34:22 -07:00
Daniel Imms
da94e122d1 Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel 2021-03-29 14:40:17 -07:00
rebornix
06a451d815 Merge branch 'notebook/dev' into main 2021-03-29 14:39:40 -07:00
Daniel Imms
7d67641ef3 Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel 2021-03-29 14:23:56 -07:00
Daniel Imms
dcb7f7c853 Skip environmentVariableCollection suite
Part of #119826
2021-03-29 14:23:48 -07:00
Daniel Imms
f02e4853c3 Change rendererType to gpuAcceleration
Fixes #106202
2021-03-29 14:15:45 -07:00
arnobl
1c3c96b4b9 fix(notebook): redo cell creation does not re-select the cell 2021-03-29 10:59:41 -07:00
Johannes Rieken
d13f3b4a2f remove NotebookContentProvider#resolveNotebook 2021-03-29 12:21:45 +02:00
arnobl
7fbddb5522 fix(notebook): redo cell creation does not re-select the cell 2021-03-28 23:15:28 +02:00
Rob Lourens
1a425eacb8 Accept single outputs or arrays in execution task output edit methods
Fix #119601
2021-03-24 17:48:26 -07:00
meganrogge
b63cfb3a8b skip test and remove unused code 2021-03-24 15:27:24 -07:00
Johannes Rieken
22212f5de8 use APIs over commands, fixes (?) https://github.com/microsoft/vscode/issues/119437 2021-03-24 15:01:36 -07:00
Rob Lourens
194c37b4cf Fix test for latestExecutionSummary init 2021-03-22 18:45:32 -07:00
Rob Lourens
f201f7bc68 Fix notebook test 2021-03-22 14:15:47 -07:00
Rob Lourens
7b96cc4c8b Implement Execution API (#116416)
Implement new execution task API
#106744
Fix #105847
2021-03-22 11:27:00 -07:00
Matt Bierner
806c22dcc9 Skip multiple tabs test for now
This seems to work properly in my testing but breaks with the new markdown renderer. Will investigate further
2021-03-16 17:28:29 -07:00
Daniel Imms
2d536914ea Await task config updates 2021-03-16 07:20:49 -07:00
Daniel Imms
e8f5186722 Improve task test layout 2021-03-16 06:29:44 -07:00
Daniel Imms
1b9a61662a Regression test for #118256
Part of #118256
2021-03-16 06:28:16 -07:00
Benjamin Pasero
7a55f6fed7 skip failing notebook test 2021-03-15 13:24:01 +01:00
Johannes Rieken
0e05a1f21a fix integration test 2021-03-15 09:11:45 +01:00
Johannes Rieken
819cb01e0e make notebook integration test more stable, fixes https://github.com/microsoft/vscode/issues/118889 2021-03-15 08:58:55 +01:00
rebornix
eac163c061 fix tests. 2021-03-12 10:56:46 -08:00
Johannes Rieken
637b659e4a refine NotebookCell API 2021-03-10 14:49:05 +01:00
Rob Lourens
bcb8c8a4f4 Remove notebook document runnable metadata
#106747
2021-03-09 15:26:19 -08:00
Rob Lourens
8454701b67 Update test for api 2021-03-09 15:26:19 -08:00
Daniel Imms
1e7fbfa767 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 06:49:30 -08:00
Daniel Imms
e7b0596d89 Revert "Comment out notebook compile error"
This reverts commit 7bcec04426.
2021-03-09 06:49:10 -08:00
Johannes Rieken
aaf6287ecc remove skipped test 2021-03-09 15:48:16 +01:00
Daniel Imms
7bcec04426 Comment out notebook compile error 2021-03-09 06:46:29 -08:00
Daniel Imms
d1dbb93317 Remove remote test failure comment
FIxes #96057
2021-03-09 05:36:38 -08:00
Daniel Imms
6d01ad952a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 05:35:42 -08:00
Daniel Imms
09c3c2d3be Remove broken part of test 2021-03-08 17:43:35 -08:00
Daniel Imms
5fdbc82111 Re-enable task and term test 2021-03-08 17:07:14 -08:00
Daniel Imms
8fe29a7c41 Uncomment in test 2021-03-08 15:52:59 -08:00
Daniel Imms
30f4163184 Skip the failing test for remote only 2021-03-08 15:12:24 -08:00
Daniel Imms
221e20b374 Re-enable, add some more test logs 2021-03-08 11:44:37 -08:00
Don Jayamanne
a39e734365 Oops 2021-03-08 11:05:28 -08:00
Don Jayamanne
584999658e Bug 2021-03-08 11:02:10 -08:00
Daniel Imms
45c032da7a Skip the failing task test 2021-03-08 08:17:16 -08:00
Daniel Imms
4d3b158023 Disable terminal tests in remote again, fix settings for tasks 2021-03-08 05:54:43 -08:00
Daniel Imms
074632a51f Try enable remote terminal integration tests
Part of #96057
2021-03-06 10:20:30 -08:00
Daniel Imms
02a5d5925b Disable relaunch in tests 2021-03-05 17:51:34 -08:00
Daniel Imms
755fae50ab Bail out of create process if it's been disposed
This is likely the cause of several terminal test issues we've been seeing,
especially on remote. When process creation becomes async, the process
seems to hang around if the terminal was disposed during the process
creation.

Another thing to consider if env var relaunches messing with tests.
2021-03-05 17:47:39 -08:00
Daniel Imms
b15bbfa851 More test logs 2021-03-05 16:21:33 -08:00
Daniel Imms
7af259ab84 Add logs to test 2021-03-05 14:59:23 -08:00
Sandeep Somavarapu
04770364fd #118222 skip failed test 2021-03-05 16:24:57 +01:00
Johannes Rieken
6117524374 make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind 2021-03-05 15:17:55 +01:00
Johannes Rieken
997c9f2930 add showNotebookDocument overload or uri 2021-03-05 14:50:47 +01:00