Commit Graph

187 Commits

Author SHA1 Message Date
Jessica Jong
6e5f54c6f3 Bug 821578 - Add Marionette test for data call with multiple APN. f=edgar, r=hsinyi 2014-06-06 19:15:00 -04:00
Vicamo Yang
0ea3db37cf Bug 1019358 - 2/2: test cases. r=sku 2014-06-05 14:27:31 +08:00
Jessica Jong
609aecd34b Bug 939046 - Part 4: changes to test cases after data call enhancement. f=edgar r=hsinyi 2014-05-27 02:09:00 +02:00
Edgar Chen
2ea7c9026b Bug 898445 - Part 7: RIL xpcshell test changes. r=hsinyi 2014-05-12 13:00:14 +08:00
Ehsan Akhgari
6f17753f68 Bug 998738 - Kill nsIDOMXPathNamespace (and window.XPathNamespace); r=smaug 2014-04-24 12:07:44 -04:00
Edgar Chen
d9761e4a35 Bug 996409 - Part 2: Marionette test for 'network-active-changed'. r=hsinyi 2014-04-14 18:15:20 +08:00
Szu-Yu Chen [:aknow]
e8963e3a58 Bug 993255 - Part 3: Fix related test case. r=hsinyi 2014-04-10 02:06:00 +02:00
Bevis Tseng
e5b8117321 Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai 2014-04-03 16:46:51 +08:00
Jessica Jong
e588a7fc25 Bug 984327 - Part 2: Modify test cases for dun. r=vicamo 2014-03-19 08:39:00 -04:00
Bevis Tseng
12713933de Bug 945089 - Part 2: Revice deprecated test cases. r=vyang 2014-03-05 16:47:37 +08:00
Edgar Chen
61660bad9e Bug 980826 - Part 2: Add xpcshell tests for updateContactFieldType2() for the case that the recordId in IAP is 0xff. r=allstars.chh 2014-03-11 14:03:25 +08:00
Bevis Tseng
90fbd7053c Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang. 2014-03-10 12:36:42 +09:00
Shawn Ku
364226feb9 Bug 976491 - Add test case. r=Yoshi 2014-03-06 09:53:40 +08:00
Hsin-Yi Tsai
f081607e4f Bug 980236 - [B2G] [RIL] test_ril_worker_icc.js fails with DEBUG = true. r=allstars.chh 2014-03-06 18:05:38 +08:00
Yoshi Huang
ac0f11d85b Bug 977440 - B2G RIL: add xpcshell tests for the processICCIOError. r=vicamo
From e13745bd7ccd720f66d75c75259af7fd7f4e6014 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/tests/test_ril_worker_icc.js |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
2014-02-27 15:35:45 +08:00
Edgar Chen
1d7e74ea02 Bug 961571 - Part 4: Add test case for data connection. r=hsinyi 2014-02-26 07:11:00 +08:00
Edgar Chen
289f5c5964 Bug 900429 - Part 2: Xpcshell tests for CDMA personalization state and lock type. r=allstars.chh 2014-02-21 10:48:26 +08:00
Vicamo Yang
00dea6cc01 Bug 974260: fix potential xpcshell errors in test_ril_worker_icc.js when RILQUIRKS_V5_LEGACY is set to true. r=yoshi 2014-02-19 20:02:16 +08:00
Vicamo Yang
7e6cccd91c Bug 960894 - 4/4: fix existing ril_worker test cases. r=hsinyi,yoshi 2014-02-17 19:35:13 +08:00
Robert Longson
e3376add57 Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange 2014-02-09 09:46:16 +00:00
Phil Ringnalda
c3a5fe2488 Backed out 2 changesets (bug 964200) for build bustage
CLOSED TREE

Backed out changeset 7dbe53176a38 (bug 964200)
Backed out changeset 19993e76f4a0 (bug 964200)
2014-02-05 09:19:08 -08:00
Robert Longson
a5cd603102 Bug 964200 (Part 4 misc and tests) - Implement Filter Effects Module feDropShadow filter. r=hsivonen 2014-02-05 16:48:27 +00:00
Yoshi Huang
f2a2ca0860 Bug 961271 - Part 2: xpcshell test case. r=vicamo 2014-01-27 18:27:18 +08:00
"allstars.chh"
014f12a89c Bug 951177 - Part 2: xpcshell for removal. r=vicamo 2014-01-21 12:01:37 +01:00
"allstars.chh"
9c0ca8a36e Bug 951177 - Part 1: removal of anr and email. r=vicamo 2014-01-18 17:20:26 +01:00
na-kobayashi
6467fc1f12 Bug 958445 - Support for Shift-JIS decoding of SMS msssage body in CDMA. r=chulee, r=vicamo 2014-01-14 16:49:36 +09:00
Vicamo Yang
403507648e Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
8239e28db4 Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Shawn Ku
e9b9c5fb23 Bug 924740 Part2: Test Cases Part - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi. 2014-01-03 14:39:30 +08:00
Shawn Ku
a3f1c746c9 Bug 947110 - Part2: Add test cases. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v2. r=yoshi. 2013-12-23 13:55:29 +08:00
Bevis Tseng
b7d3e341d1 Bug 792798 - B2G SMS: Develop test cases for Message Class 2. r=vyang 2013-12-17 14:55:46 +08:00
Bevis Tseng
d35b3f652e Bug 768441 - Part 2: Test Case to Verify the Access of EF_MWIS. r=vyang 2013-12-10 19:24:27 +08:00
Bevis Tseng
ed9e18a8d9 Bug 940259 - Test Case for the support of CDMA WAP Push. r=gene
--HG--
extra : rebase_source : 5edf826ec7e8e54050efb32d2488890a69594fab
2013-11-26 18:34:14 +08:00
Yoshi Huang
41f2195f03 Bug 944725 - Part 2: add xpcshell-tests for testing returned errorMsg. r=vicamo 2013-12-03 17:02:58 +08:00
Georgia Wang
4abfefb5de Bug 935401 - Part 2: Modify xpcshell test for SimRecordHelper. r=yoshi
--HG--
extra : rebase_source : afa4f4f7cc8b05820a27473ff57c954de63b9dc8
2013-11-12 17:28:48 +08:00
Georgia Wang
ca36b38262 Bug 935402 - Part 2: Modify xpcshell test for EF_PBR. r=yoshi 2013-11-18 15:06:58 +08:00
Georgia Wang
62b5006a65 Bug 908554 - Part3: Add STK Set Up Menu xpcshell test. r=yoshi 2013-11-08 11:04:10 +08:00
Georgia Wang
a20fd24c6a Bug 938466 - Part3: Modify xpcshell BIP test case. r=yoshi 2013-11-14 11:31:50 +08:00
Carsten "Tomcat" Book
27b1351d98 Backed out changeset abf315caa163 (bug 938466) for marionette webapi bustage on a CLOSED TREE 2013-11-27 09:23:22 +01:00
Georgia Wang
823b8af39e Bug 938466 - Part 3: Modify xpcshell BIP test case. r=yoshi 2013-11-14 11:31:50 +08:00
Georgia Wang
c3d5c1876c Bug 824611 - Part 2: Modify xpcshell for ICCPDUHelper. r=yoshi 2013-11-11 14:39:00 +08:00
Edgar Chen
b39683baa3 Bug 814637 - Part 7: Xpcshell test changes. r=hsinyi,allstars.chh 2013-11-11 12:18:51 +08:00
Szu-Yu Chen [:aknow]
a7d1e24cb9 Bug 936504 - Disable 'ril_worker.js' test in test_ril_code_quality.py. r=hsinyi 2013-11-18 12:39:03 -05:00
Yoshi Huang
836f4fdce4 Bug 902788 - B2G RIL: Update xpcshell-tests for updating ICC
From 9a0db7c853f2b09b91b28fbd78d950405c6639cb Mon Sep 17 00:00:00 2001
 Contact. r=vicamo
---
 dom/system/gonk/tests/test_ril_worker_icc.js |   84 ++++++++++++++------------
 1 file changed, 47 insertions(+), 37 deletions(-)
2013-10-01 14:43:37 +08:00
Georgia Wang
7f04fd016e Bug 927234 - Part2: getIMSI_M/decodeIMSI xpcshell test. r=yoshi. 2013-10-23 16:51:39 +08:00
"allstars.chh"
c5ee36ff63 Bug 921318 - Part 2: update xpcshell-tests. r=vicamo 2013-11-11 14:36:08 +08:00
"allstars.chh"
4703e83788 Bug 921318 - Part 1: Use contactId. r=vicamo 2013-11-08 18:49:38 +08:00
Georgia Wang
93d5d14d2c Bug 921322 - Part2: xpcshell test for searchForNextTag. r=yoshi 2013-10-29 16:32:18 +08:00
Shawn Ku
a4d6e2cc84 Bug 930394 - Part 3: Add test cases. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi. 2013-11-07 18:00:12 +08:00
Bevis Tseng
0b9e45a661 Bug 913313: Part 2, Add Unit Test to verify the parsing of CDMA SMS Delivery Report and the flag of enabling Delivery Report. r=gene 2013-11-04 09:59:12 +08:00