summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini')
-rw-r--r--testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini38
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini b/testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini
new file mode 100644
index 0000000000..64861df897
--- /dev/null
+++ b/testing/web-platform/meta/dom/observable/tentative/observable-switchMap.any.js.ini
@@ -0,0 +1,38 @@
+[observable-switchMap.any.worker.html]
+ [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
+ expected: FAIL
+
+ [switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
+ expected: FAIL
+
+ [switchMap(): result emits an error if Mapper callback throws an error]
+ expected: FAIL
+
+ [switchMap(): result emits an error if the source observable emits an error]
+ expected: FAIL
+
+ [switchMap(): result emits an error if the inner observable emits an error]
+ expected: FAIL
+
+ [switchMap(): should unsubscribe in the correct order when user aborts the subscription]
+ expected: FAIL
+
+
+[observable-switchMap.any.html]
+ [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
+ expected: FAIL
+
+ [switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
+ expected: FAIL
+
+ [switchMap(): result emits an error if Mapper callback throws an error]
+ expected: FAIL
+
+ [switchMap(): result emits an error if the source observable emits an error]
+ expected: FAIL
+
+ [switchMap(): result emits an error if the inner observable emits an error]
+ expected: FAIL
+
+ [switchMap(): should unsubscribe in the correct order when user aborts the subscription]
+ expected: FAIL