Commit Graph

85 Commits

Author SHA1 Message Date
Edgar Chen
bf054dc868 Bug 1084233 - Part 4: Add marionette test for unlocking puk. r=hsinyi 2014-10-27 16:14:46 +08:00
Edgar Chen
bf30430568 Bug 1084233 - Part 3: Add marionette test for unlocking pin. r=hsinyi 2014-10-27 11:10:35 +08:00
Edgar Chen
c5c36d3118 Bug 1084233 - Part 2: Add marionette test for enabling/disabling pin lock. r=hsinyi 2014-10-26 15:25:37 +08:00
Edgar Chen
fb0890e255 Bug 1084233 - Part 1: Introduce head.js and rewrite test_icc_card_lock.js with Promise. r=hsinyi
--HG--
rename : dom/icc/tests/marionette/test_icc_card_lock.js => dom/icc/tests/marionette/test_icc_card_lock_change_pin.js
2014-10-28 15:23:44 +08:00
Bevis Tseng
93219b27bf Bug 1091454 - Part 2: Modify Test Case to comply the new format of confirmMessage/callMessage. r=echen 2014-11-06 15:33:39 +08:00
Edgar Chen
c1203d9859 Bug 1083745 - Part 4: Need to do corresponding changes in test_icc_card_lock.js. r=hsinyi 2014-11-04 10:37:58 +08:00
Bevis Tseng
d740dd22b7 Bug 1088573 - Part 2: Enhance test coverage. r=echen 2014-10-29 17:53:55 +08:00
Edgar Chen
f8238c6d55 Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi 2014-10-24 16:04:04 +08:00
Bevis Tseng
a5af824575 Bug 1087131 - Part 2: Add Test Cases for STK Display Text in various Coding Schemes. r=echen 2014-10-22 18:29:12 +08:00
Edgar Chen
6b28ee6382 Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
--HG--
rename : dom/icc/interfaces/nsIDOMIccInfo.idl => dom/icc/interfaces/nsIIccInfo.idl
2014-09-19 15:53:05 +08:00
Hsin-Yi Tsai
53dfd5bdd6 Bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling - part 2 - test. r=edgar 2014-09-04 12:13:20 +08:00
Jessica Jong
068286a31a Bug 824145 - Part 3: Support for STK icon display (marionette tests). r=edgar 2014-08-25 10:32:35 +08:00
Ms2ger
e99bd12a4b Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Jessica Jong
2186ad3ef8 Bug 1033142 - Part 3: test cases for mvno type 'gid' in matchMvno() function. r=hsinyi 2014-07-18 11:41:38 +08:00
Shawn Ku
87f458cb95 Bug 1031640 - Part 2: test patch - B2G RIL: incorrect STK TR for handling SEND_SS/SEND_USSD/SEND_SHORT_MESSAGE/SEND_DTMF in ril_worker.js. r=echen 2014-07-14 17:06:45 +08:00
Shawn Ku
9fb9922b42 Bug 1007487 - Part 2: test patch - B2G RIL: incorrect isDisplayNetworkNameRequired for not matching both HPLMN and EF_SPDI. v2. r=HsinYi. 2014-07-01 11:52:17 +08:00
Jessica Jong
6e930e643f Bug 1013153 - Part 2: test cases for mvno type 'spn'. r=hsinyi 2014-07-01 02:10:00 +02:00
Yoshi Huang
f061a92bd6 Bug 981646 - B2G RIL: Cannot read sdn contacts. r=smaug, vicamo 2014-05-16 14:50:00 +08:00
Vicamo Yang
5cd3ea727b Bug 995107: fix RIL DSDS marionette test cases on emulator-jb,kk. r=echen 2014-04-11 22:28:07 +08:00
Edgar Chen
b625cbc288 Bug 978027 - Part 4: Test cases for prl version. r=allstars.chh 2014-04-07 16:18:50 +08:00
Jessica Jong
c541655a7e Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi 2014-01-28 02:45:00 +08:00
Vicamo Yang
95c21b2c67 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
Edgar Chen
e3e8a9ce5e Bug 946557 - Bring test_icc_info.js back in automation. r=allstars.chh 2013-12-05 11:56:21 +08:00
Yoshi Huang
3d3600a677 Bug 944725 - Part 2: add xpcshell-tests for testing returned errorMsg. r=vicamo 2013-12-03 17:02:58 +08:00
Ryan VanderMeulen
42bf063001 Backed out changesets 9906961b21af and b2b20bc6576a (bug 946178) because they didn't prevent the crashes. DONTBUILD CLOSED TREE 2013-12-04 17:23:58 -05:00
Ryan VanderMeulen
b6317a3287 Bug 946178 - Disable all tests that use setRadioEnabled to see if Mnw stops crashing on a CLOSED TREE. 2013-12-04 11:52:59 -05:00
Edgar Chen
13ceca29f0 Bug 943198 - Follow-up of bug 814637: enable new marionette tests of IccManager. r=hsinyi 2013-11-26 13:19:32 +08:00
Georgia Wang
5b5ff0d58e Bug 908554 - Part4: modify marionette for Next Action Indicator. r=yoshi 2013-11-11 18:44:25 +08:00
Georgia Wang
17aaafbabd Bug 938466 - Part4: marionette for stk bip message. r= yoshi 2013-11-15 14:01:25 +08:00
"allstars.chh"
69184fe3c8 Bug 943234 - Part 2: update test cases. r=vicamo
From fb153186a90d3045d71176e025201ce4a14c2c9b Mon Sep 17 00:00:00 2001
---
 dom/icc/tests/marionette/test_icc_contact.js |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
2013-11-28 17:01:44 +08:00
Carsten "Tomcat" Book
24d7494c20 Backed out changeset 274255d4107d (bug 938466) for marionette webapi bustage on a CLOSED TREE 2013-11-27 09:23:13 +01:00
Georgia Wang
a31083e0da Bug 938466 - Part 4: Marionette for STK BIP message. r=yoshi 2013-11-15 14:01:25 +08:00
Szu-Yu Chen [:aknow]
43c93b7101 Bug 856553 - Part 6: Modify related tests. r=hsinyi 2013-11-21 09:09:37 -05:00
Edgar Chen
93a96c983f Bug 814637 - Part 6: Marionette tests changes for new IccManager API. r=hsinyi 2013-10-31 12:14:45 +08:00
Edgar Chen
20d13a1232 Bug 814637 - Part 5: Refactor Marionette tests. r=hsinyi 2013-11-11 15:47:35 +08:00
Mike Hommey
bb6779efe3 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Georgia Wang
14a7237068 Bug 843455 - B2G STK Import scripts for marionette tests. r=yoshi 2013-10-25 16:20:05 +08:00
Reuben Morais
4d0d3e88a1 Bug 850430 - Convert the Contacts API to WebIDL. r=bz r=gwagner
--HG--
extra : rebase_source : 9d7a645c0d2fb102d5d498fefebeb817a186720e
2013-10-17 18:29:56 -03:00
Edgar Chen
9be347484e Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh 2013-09-25 16:14:23 +08:00
Szu-Yu Chen [:aknow]
fb33cdb1d1 Bug 897940 - Extend timeout. r=hsinyi 2013-10-01 18:22:07 +08:00
Yoshi Huang
5e362298bb Bug 915987 - Part 3: test case for contact.id. r=vicamo 2013-09-13 00:19:47 +02:00
Yoshi Huang
b9587869f5 Bug 915986 - Part 2: test case for pin2 is null. r=vicamo 2013-09-13 00:09:48 +02:00
Edgar Chen
975c6d52d8 Bug 869778 - Part 7: Marionette tests for iccinfo. r=allstars.chh 2013-08-20 15:29:50 +08:00
Georgia Wang
d56968a404 Bug 795252 - Part 3: Modify marionette stk tests. r=yoshi 2013-08-16 10:14:17 +08:00
Yoshi Huang
ed495b93c3 Bug 895169 - B2G RIL: Check contact attributes values when export to SIM. r=vicamo 2013-08-09 16:00:38 +08:00
Boris Zbarsky
7631a999ff Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
Edgar Chen
62efd4aa6c Bug 875721 - Part 6: Fix marionette tests for iccInfo. r=allstars.chh
--HG--
rename : dom/network/tests/marionette/test_mobile_iccinfo.js => dom/icc/tests/marionette/test_icc_info.js
2013-05-30 19:20:39 +08:00
Thomas Zimmermann
374a58c0d6 Bug 875710: Added marionette tests for getCardLockRetryCount, r=vyang
The marionette tests for getCardLockRetryCount test retrieving the
retry count for 'pin', 'puk', and an invalid lock type. The former
two must return success or 'NotSupportedError', the latter may only
return 'IllegalAccessError'.
* * *
fix mar

--HG--
extra : rebase_source : 509cd74e783eaf8d77be8b37c7143f3043d69b28
2013-07-09 16:06:45 +02:00
Edgar Chen
be82440df5 Bug 874744 - Part 4: Marionette tests for cardstate. r=allstars.chh 2013-05-29 15:47:18 +08:00
Gabriele Svelto
6e6181df11 Bug 848662 - Add marionette tests for FDN contacts manipulation; r=yoshi
--HG--
extra : rebase_source : ba108c39ac83328b69e4b6203dab3d3da52f0879
2013-06-21 11:11:23 +02:00