Skip to content

Instantly share code, notes, and snippets.

@EragonJ
Created February 5, 2014 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EragonJ/44ebccdf47376b285957 to your computer and use it in GitHub Desktop.
Save EragonJ/44ebccdf47376b285957 to your computer and use it in GitHub Desktop.
Test results about Bug-962380

1.3 patch without modifying outgoing call defaultId

  • SIM 1 is CHT SIM, SIM 2 is TWM SIM -> works
  • SIM 1 is empty, SIM 2 is TWM SIM -> works
  • SIM 1 is TWM SIM, SIM 2 is empty -> works
  • SIM 1 is empty, SIM 2 is empty -> works

master patch without modifying outgoing call defaultId

  • SIM 1 is CHT SIM, SIM 2 is TWM SIM -> works
  • SIM 1 is empty, SIM 2 is TWM SIM -> works
  • SIM 1 is TWM SIM, SIM 2 is empty -> works
  • SIM 1 is empty, SIM 2 is empty -> works

1.3 patch with modifying outgoing call to SIM 2

  • SIM 1 is CHT SIM, SIM 2 is TWM SIM -> UI hangs and doesn't work
  • SIM 1 is empty, SIM 2 is TWM SIM -> works
  • SIM 1 is TWM SIM, SIM 2 is empty -> works
  • SIM 1 is empty, SIM 2 is empty -> works

master patch with modifying outgoing call to SIM 2

  • SIM 1 is CHT SIM, SIM 2 is TWM SIM -> UI hangs and doesn't work
  • SIM 1 is empty, SIM 2 is TWM SIM -> works
  • SIM 1 is TWM SIM, SIM 2 is empty -> works
  • SIM 1 is empty, SIM 2 is empty -> works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment