From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- dom/media/tests/crashtests/780790.html | 16 +++++++ dom/media/tests/crashtests/791270.html | 17 ++++++++ dom/media/tests/crashtests/791278.html | 20 +++++++++ dom/media/tests/crashtests/791330.html | 35 +++++++++++++++ dom/media/tests/crashtests/799419.html | 32 ++++++++++++++ dom/media/tests/crashtests/801227.html | 35 +++++++++++++++ dom/media/tests/crashtests/802982.html | 27 ++++++++++++ dom/media/tests/crashtests/812785.html | 70 ++++++++++++++++++++++++++++++ dom/media/tests/crashtests/822197.html | 28 ++++++++++++ dom/media/tests/crashtests/834100.html | 25 +++++++++++ dom/media/tests/crashtests/836349.html | 20 +++++++++ dom/media/tests/crashtests/837324.html | 25 +++++++++++ dom/media/tests/crashtests/855796.html | 66 ++++++++++++++++++++++++++++ dom/media/tests/crashtests/860143.html | 25 +++++++++++ dom/media/tests/crashtests/861958.html | 24 ++++++++++ dom/media/tests/crashtests/863929.html | 66 ++++++++++++++++++++++++++++ dom/media/tests/crashtests/crashtests.list | 16 +++++++ 17 files changed, 547 insertions(+) create mode 100644 dom/media/tests/crashtests/780790.html create mode 100644 dom/media/tests/crashtests/791270.html create mode 100644 dom/media/tests/crashtests/791278.html create mode 100644 dom/media/tests/crashtests/791330.html create mode 100644 dom/media/tests/crashtests/799419.html create mode 100644 dom/media/tests/crashtests/801227.html create mode 100644 dom/media/tests/crashtests/802982.html create mode 100644 dom/media/tests/crashtests/812785.html create mode 100644 dom/media/tests/crashtests/822197.html create mode 100644 dom/media/tests/crashtests/834100.html create mode 100644 dom/media/tests/crashtests/836349.html create mode 100644 dom/media/tests/crashtests/837324.html create mode 100644 dom/media/tests/crashtests/855796.html create mode 100644 dom/media/tests/crashtests/860143.html create mode 100644 dom/media/tests/crashtests/861958.html create mode 100644 dom/media/tests/crashtests/863929.html create mode 100644 dom/media/tests/crashtests/crashtests.list (limited to 'dom/media/tests/crashtests') diff --git a/dom/media/tests/crashtests/780790.html b/dom/media/tests/crashtests/780790.html new file mode 100644 index 000000000..27eb2a961 --- /dev/null +++ b/dom/media/tests/crashtests/780790.html @@ -0,0 +1,16 @@ + + + + + + Simple gUM test - null success callback + + + + + + diff --git a/dom/media/tests/crashtests/791270.html b/dom/media/tests/crashtests/791270.html new file mode 100644 index 000000000..627552fb8 --- /dev/null +++ b/dom/media/tests/crashtests/791270.html @@ -0,0 +1,17 @@ + + + + + + Simple PeerConnection Video Test + + + + + + diff --git a/dom/media/tests/crashtests/791278.html b/dom/media/tests/crashtests/791278.html new file mode 100644 index 000000000..fd538f678 --- /dev/null +++ b/dom/media/tests/crashtests/791278.html @@ -0,0 +1,20 @@ + + + + + + Simple PeerConnection Video Test - Invalid callback + + + + + + diff --git a/dom/media/tests/crashtests/791330.html b/dom/media/tests/crashtests/791330.html new file mode 100644 index 000000000..e1e1f24a0 --- /dev/null +++ b/dom/media/tests/crashtests/791330.html @@ -0,0 +1,35 @@ + + + + + + PeerConnection test - operate on closed connection + + + + + + diff --git a/dom/media/tests/crashtests/799419.html b/dom/media/tests/crashtests/799419.html new file mode 100644 index 000000000..7f815e73c --- /dev/null +++ b/dom/media/tests/crashtests/799419.html @@ -0,0 +1,32 @@ + + + + + + 2 Peer Connections Create and Close + Fake Video + + + + + + + diff --git a/dom/media/tests/crashtests/801227.html b/dom/media/tests/crashtests/801227.html new file mode 100644 index 000000000..2dded5451 --- /dev/null +++ b/dom/media/tests/crashtests/801227.html @@ -0,0 +1,35 @@ + + + + + + Abort due to page reload + + + + + + + diff --git a/dom/media/tests/crashtests/802982.html b/dom/media/tests/crashtests/802982.html new file mode 100644 index 000000000..032f3085c --- /dev/null +++ b/dom/media/tests/crashtests/802982.html @@ -0,0 +1,27 @@ + + + + + + Excessive getUserMedia calls + + + + + diff --git a/dom/media/tests/crashtests/812785.html b/dom/media/tests/crashtests/812785.html new file mode 100644 index 000000000..f26168e49 --- /dev/null +++ b/dom/media/tests/crashtests/812785.html @@ -0,0 +1,70 @@ + + + + + + Bug 812785 - WebRTC use-after-free crash + + + + + + + + + diff --git a/dom/media/tests/crashtests/822197.html b/dom/media/tests/crashtests/822197.html new file mode 100644 index 000000000..97abc4422 --- /dev/null +++ b/dom/media/tests/crashtests/822197.html @@ -0,0 +1,28 @@ + + + + + + Bug 822197 - Many PeerConnections with CreateOffer + + + + + diff --git a/dom/media/tests/crashtests/834100.html b/dom/media/tests/crashtests/834100.html new file mode 100644 index 000000000..004258156 --- /dev/null +++ b/dom/media/tests/crashtests/834100.html @@ -0,0 +1,25 @@ + + + + + + + diff --git a/dom/media/tests/crashtests/836349.html b/dom/media/tests/crashtests/836349.html new file mode 100644 index 000000000..651fde46a --- /dev/null +++ b/dom/media/tests/crashtests/836349.html @@ -0,0 +1,20 @@ + + + + + + Bug 836349 + + + + + diff --git a/dom/media/tests/crashtests/837324.html b/dom/media/tests/crashtests/837324.html new file mode 100644 index 000000000..63162a336 --- /dev/null +++ b/dom/media/tests/crashtests/837324.html @@ -0,0 +1,25 @@ + + + + + + Bug 837324 + + + + + diff --git a/dom/media/tests/crashtests/855796.html b/dom/media/tests/crashtests/855796.html new file mode 100644 index 000000000..da46276c5 --- /dev/null +++ b/dom/media/tests/crashtests/855796.html @@ -0,0 +1,66 @@ + + + + + + Bug 855796 + + + + + diff --git a/dom/media/tests/crashtests/860143.html b/dom/media/tests/crashtests/860143.html new file mode 100644 index 000000000..2d17a8dac --- /dev/null +++ b/dom/media/tests/crashtests/860143.html @@ -0,0 +1,25 @@ + + + + + + bug 860143 + + + + + + diff --git a/dom/media/tests/crashtests/861958.html b/dom/media/tests/crashtests/861958.html new file mode 100644 index 000000000..d6ea7e2e8 --- /dev/null +++ b/dom/media/tests/crashtests/861958.html @@ -0,0 +1,24 @@ + + + + + + bug 861958 + + + + + + diff --git a/dom/media/tests/crashtests/863929.html b/dom/media/tests/crashtests/863929.html new file mode 100644 index 000000000..dc534e264 --- /dev/null +++ b/dom/media/tests/crashtests/863929.html @@ -0,0 +1,66 @@ + + + + + + Bug 863929 + + + + + diff --git a/dom/media/tests/crashtests/crashtests.list b/dom/media/tests/crashtests/crashtests.list new file mode 100644 index 000000000..2acec6650 --- /dev/null +++ b/dom/media/tests/crashtests/crashtests.list @@ -0,0 +1,16 @@ +default-preferences pref(media.peerconnection.enabled,true) pref(media.navigator.permission.disabled,true) + +load 780790.html +load 791270.html +load 791278.html +load 791330.html +load 799419.html +load 802982.html +load 812785.html +load 834100.html +load 836349.html +load 837324.html +load 855796.html +load 860143.html +load 861958.html +load 863929.html -- cgit v1.2.3