summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webxr/anchors
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webxr/anchors')
-rw-r--r--testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_create_move.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html.ini13
-rw-r--r--testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_failure.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html.ini7
-rw-r--r--testing/web-platform/meta/webxr/anchors/ar_anchor_getAnchors.https.html.ini12
-rw-r--r--testing/web-platform/meta/webxr/anchors/ar_anchor_states.https.html.ini19
-rw-r--r--testing/web-platform/meta/webxr/anchors/idlharness.https.window.js.ini66
7 files changed, 131 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_create_move.https.html.ini b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_create_move.https.html.ini
new file mode 100644
index 0000000000..9a37e35a70
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_create_move.https.html.ini
@@ -0,0 +1,7 @@
+[ar_anchor_freefloating_create_move.https.html]
+ [Ensures free-floating anchor move gets propagated to anchor poses - webgl]
+ expected: FAIL
+
+ [Ensures free-floating anchor move gets propagated to anchor poses - webgl2]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html.ini b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html.ini
new file mode 100644
index 0000000000..ddff0d143f
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html.ini
@@ -0,0 +1,13 @@
+[ar_anchor_freefloating_delay_creation.https.html]
+ [Ensures free-floating anchor creation with delayed failure is handled correctly - webgl2]
+ expected: FAIL
+
+ [Ensures free-floating anchor creation with delayed success is handled correctly - webgl]
+ expected: FAIL
+
+ [Ensures free-floating anchor creation with delayed failure is handled correctly - webgl]
+ expected: FAIL
+
+ [Ensures free-floating anchor creation with delayed success is handled correctly - webgl2]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_failure.https.html.ini b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_failure.https.html.ini
new file mode 100644
index 0000000000..830b02d547
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_failure.https.html.ini
@@ -0,0 +1,7 @@
+[ar_anchor_freefloating_failure.https.html]
+ [Ensures free-floating anchor creation failure is handled correctly - webgl2]
+ expected: FAIL
+
+ [Ensures free-floating anchor creation failure is handled correctly - webgl]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html.ini b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html.ini
new file mode 100644
index 0000000000..d2e38c18ac
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html.ini
@@ -0,0 +1,7 @@
+[ar_anchor_freefloating_pause_resume_stop.https.html]
+ [Ensures free-floating anchor state changes get propagated - webgl2]
+ expected: FAIL
+
+ [Ensures free-floating anchor state changes get propagated - webgl]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/anchors/ar_anchor_getAnchors.https.html.ini b/testing/web-platform/meta/webxr/anchors/ar_anchor_getAnchors.https.html.ini
new file mode 100644
index 0000000000..87cdc37c23
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/ar_anchor_getAnchors.https.html.ini
@@ -0,0 +1,12 @@
+[ar_anchor_getAnchors.https.html]
+ [XRFrame's trackedAnchors is empty when the feature was not requested - webgl]
+ expected: FAIL
+
+ [XRFrame's trackedAnchors is empty when the feature was not requested - webgl2]
+ expected: FAIL
+
+ [XRFrame's trackedAnchors is empty when the feature was requested - webgl]
+ expected: FAIL
+
+ [XRFrame's trackedAnchors is empty when the feature was requested - webgl2]
+ expected: FAIL
diff --git a/testing/web-platform/meta/webxr/anchors/ar_anchor_states.https.html.ini b/testing/web-platform/meta/webxr/anchors/ar_anchor_states.https.html.ini
new file mode 100644
index 0000000000..c3c4cf40a0
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/ar_anchor_states.https.html.ini
@@ -0,0 +1,19 @@
+[ar_anchor_states.https.html]
+ [Anchor creation succeeds if the feature was requested - webgl2]
+ expected: FAIL
+
+ [Anchor creation fails if the feature was not requested - webgl2]
+ expected: FAIL
+
+ [Anchor creation fails if the feature was not requested - webgl]
+ expected: FAIL
+
+ [Anchor creation fails if the feature was requested but the session already ended - webgl2]
+ expected: FAIL
+
+ [Anchor creation fails if the feature was requested but the session already ended - webgl]
+ expected: FAIL
+
+ [Anchor creation succeeds if the feature was requested - webgl]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/webxr/anchors/idlharness.https.window.js.ini b/testing/web-platform/meta/webxr/anchors/idlharness.https.window.js.ini
new file mode 100644
index 0000000000..b20d14d9f8
--- /dev/null
+++ b/testing/web-platform/meta/webxr/anchors/idlharness.https.window.js.ini
@@ -0,0 +1,66 @@
+[idlharness.https.window.html]
+ [XRHitTestResult interface: operation createAnchor()]
+ expected: FAIL
+
+ [XRAnchor interface object name]
+ expected: FAIL
+
+ [XRAnchor interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [XRAnchor interface object length]
+ expected: FAIL
+
+ [XRAnchorSet interface: existence and properties of interface object]
+ expected: FAIL
+
+ [XRAnchorSet interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [XRAnchor interface: existence and properties of interface prototype object's "constructor" property]
+ expected: FAIL
+
+ [XRFrame interface: operation createAnchor(XRRigidTransform, XRSpace)]
+ expected: FAIL
+
+ [XRFrame interface: attribute trackedAnchors]
+ expected: FAIL
+
+ [XRAnchor interface: operation delete()]
+ expected: FAIL
+
+ [XRAnchorSet interface object name]
+ expected: FAIL
+
+ [XRAnchor interface: existence and properties of interface prototype object's @@unscopables property]
+ expected: FAIL
+
+ [XRAnchorSet interface: existence and properties of interface prototype object's @@unscopables property]
+ expected: FAIL
+
+ [XRAnchor interface: existence and properties of interface object]
+ expected: FAIL
+
+ [XRAnchor interface: attribute anchorSpace]
+ expected: FAIL
+
+ [XRAnchorSet interface object length]
+ expected: FAIL
+
+ [XRAnchorSet interface: existence and properties of interface prototype object's "constructor" property]
+ expected: FAIL
+
+ [XRAnchorSet interface: setlike<XRAnchor>]
+ expected: FAIL
+
+ [XRAnchor interface: operation requestPersistentHandle()]
+ expected: FAIL
+
+ [XRSession interface: operation restorePersistentAnchor(DOMString)]
+ expected: FAIL
+
+ [XRSession interface: operation deletePersistentAnchor(DOMString)]
+ expected: FAIL
+
+ [XRSession interface: attribute persistentAnchors]
+ expected: FAIL