summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini')
-rw-r--r--testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini b/testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini
new file mode 100644
index 0000000000..cee60282b1
--- /dev/null
+++ b/testing/web-platform/meta/dom/observable/tentative/observable-flatMap.any.js.ini
@@ -0,0 +1,44 @@
+[observable-flatMap.any.html]
+ [flatMap(): Flattens simple source Observable properly]
+ expected: FAIL
+
+ [flatMap(): Returned Observable passes through source Observable errors]
+ expected: FAIL
+
+ [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
+ expected: FAIL
+
+ [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
+ expected: FAIL
+
+ [flatMap(): result Observable does not complete until source and inner Observables all complete]
+ expected: FAIL
+
+ [flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
+ expected: FAIL
+
+ [flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
+ expected: FAIL
+
+
+[observable-flatMap.any.worker.html]
+ [flatMap(): Flattens simple source Observable properly]
+ expected: FAIL
+
+ [flatMap(): Returned Observable passes through source Observable errors]
+ expected: FAIL
+
+ [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
+ expected: FAIL
+
+ [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
+ expected: FAIL
+
+ [flatMap(): result Observable does not complete until source and inner Observables all complete]
+ expected: FAIL
+
+ [flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
+ expected: FAIL
+
+ [flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
+ expected: FAIL