Kusal Mendis registered his 5th Test ton, but West Indies needed just a little over a session to dismiss Sri Lanka and register a 226-run win in the 1st Test at Port-of-Spain. The visitors came into the day needing 277 to win with 7 wickets in hand.
Sri Lanka lost 4 wickets in the 1st session of the 5th day, including 2 in the final over before lunch, that of Dinesh Chandimal and Niroshan Dickwella, leaving the tail the near-impossible task of batting through two sessions. As expected, they succumbed to the pressure, as the Windies needed just 20 deliveries in the post-lunch session to skittle the tail.
Mendis nears century as Sri Lanka battle to save 1st Test
Sri Lanka got off to a bright start as Mendis, who came in on the overnight score of 94*, brought up his 5th Test century with a flick off his pads in the 4th over of the day. Of Mendis’ 4 previous centuries, he had managed to past the 150-run mark on 3 occasions. However, he did not manage to kick on this time around as Shannon Gabriel got one to take off from a good length outside the off-stump and take a touch of the batsman’s gloves before being collected neatly by wicketkeeper Shane Dowrich.
Mendis’ century turned out to be the only bright spark of what was a dismal batting performance for the Lankans, who came into the day harbouring some hopes of going for the mammoth target of 453 set by the hosts.
Skipper Dinesh Chandimal, who had retired hurt last evening after being taken ill, came to the crease to join night-watchman Lahiru Gamage who had managed to survive at the crease despite taking a few blows to the body.
The pair were at the crease for close to 10 overs when Gamage was struck on the pads by leg-spinner Devendra Bishoo and given out LBW. The batsman decided to review after much thought, however, there was no reprieve for Gamage as replays showed the ball smashing into the stumps.
Tharanga leads Galle to Provincial Limited Overs crown
Chandimal and Dickwella didn’t last long in the middle as Bishoo and Roston Chase built the pressure with a couple of back-to-back maidens. With the runs drying up, Chandimal attempted to take the aerial route against Chase but miscued one to mid-on where Kraigg Braithwaite took a good catch.
Sri Lanka’s chances of survival were all but gone when Niroshan Dickwella was trapped in front by Chase in the same over as umpires called lunch.
Dilruwan Perera and Rangana Herath walked out after the break, perhaps in the hope that they may be able to delay the inevitable but, like the house of straw that could not withstand the ‘big bad wolf’ Sri Lanka’s tail showed little fight as Bishoo and Chase combined once again to send the Lankans packing.
Incidentally this is the West Indies’ biggest win (by runs) at the Queen’s Park Oval.
The 2nd of the 3 Tests is set to begin on the 14th of June at Gros Islet.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
West Indies
414/8 & 223/7
(72 overs)
Result
Sri Lanka
185/10 & 226/10
(83.2 overs)
West indies won by 226 runs
West Indies’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b S.Lakmal | 3 | 13 | |||
Devon Smith | (runout) L.Kumara/N.Dickwella | 7 | 21 | |||
Keiran Powell | b L.Kumara | 38 | 68 | |||
Shai Hope | c N.Dickwella b L.Kumara | 44 | 70 | |||
Roston Chase | c A.Mathews b R.Herath | 38 | 83 | |||
Shane Dowrich | not out | 125 | 325 | |||
Jason Holder | c N.Dickwella b L.Kumara | 40 | 88 | |||
Devendra Bishoo | c R.Silva b S.Lakmal | 40 | 160 | |||
Kemar Roach | c D.Chandimal b L.Kumara | 39 | 95 | |||
Miguel Cummins | not out | 0 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 29 | 11 | 55 | 2 | 1.90 |
Lahiru Gamage | 26 | 6 | 67 | 0 | 2.58 |
Dilruwan Perera | 35 | 5 | 84 | 0 | 2.40 |
Lahiru Kumara | 31 | 4 | 95 | 4 | 3.06 |
Rangana Herath | 32 | 9 | 67 | 1 | 2.09 |
Kusal Mendis | 1 | 0 | 12 | 0 | 12.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Mendis | c J.Holder b S.Gabriel | 4 | 11 | |||
Kusal Perera | c R.Chase b K.Roach | 0 | 1 | |||
Dinesh Chandimal | c R.Chase b S.Gabriel | 44 | 121 | |||
Angelo Mathews | c R.Chase b J.Holder | 11 | 15 | |||
Roshen Silva | b K.Roach | 5 | 11 | |||
Niroshen Dickwella | (runout) K.Brathwaite | 31 | 78 | |||
Dilruwan Perera | c S.Hope b D.Bishoo | 20 | 44 | |||
Rangana Herath | c (SUB) S.Hetmeyer b M.Cummins | 5 | 15 | |||
Suranga Lakmal | c D.Bishoo b M.Cummins | 15 | 25 | |||
Lahiru Gamage | not out | 0 | 10 | |||
Lahiru Kumara | c S.Dowrich b M.Cummins | 8 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 10 | 3 | 34 | 2 | 3.40 |
Shanon Gabriel | 13 | 0 | 48 | 2 | 3.69 |
Miguel Cummins | 12.4 | 4 | 39 | 3 | 3.15 |
Jason Holder | 7 | 1 | 15 | 1 | 2.14 |
Devendra Bishoo | 13 | 2 | 25 | 1 | 1.92 |
West Indies’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b L.Kumara | 16 | 56 | |||
Devon Smith | b S.Lakmal | 20 | 30 | |||
Keiran Powell | c sub (J.Vandersay) b D.Perera | 88 | 127 | |||
Shai Hope | c K.Mendis b L.Kumara | 1 | 6 | |||
Roston Chase | b R.Herath | 12 | 41 | |||
Shane Dowrich | lbw by L.Kumara | 13 | 57 | |||
Jason Holder | lbw by R.Herath | 39 | 40 | |||
Devendra Bishoo | not out | 16 | 45 | |||
Kemar Roach | not out | 11 | 31 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 12 | 2 | 32 | 1 | 2.67 |
Lahiru Gamage | 15 | 3 | 43 | 0 | 2.87 |
Rangana Herath | 24 | 5 | 52 | 2 | 2.17 |
Lahiru Kumara | 9 | 0 | 40 | 3 | 4.44 |
Dilruwan Perera | 12 | 1 | 50 | 1 | 4.17 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c D.Smith b S.Gabriel | 12 | 10 | |||
Kusal Mendis | c S.Dowrich b S.Gabriel | 102 | 210 | |||
Dinesh Chadimal | c K.Brathwaite b R.Chase | 27 | 83 | |||
Angelo Mathews | c S.Dowrich b J.Holder | 31 | 80 | |||
Roshen Silva | c & b D.Bishoo | 14 | 23 | |||
Lahiru Gamage | lbw by D.Bishoo | 3 | 49 | |||
Niroshan Dickwella | lbw by R.Chase | 19 | 32 | |||
Dilruwan Perera | not out | 3 | 8 | |||
Rangana Herath | c S.Hope b D.Bishoo | 0 | 7 | |||
Suranga Lakmal | c S.Dowrich b R.Chase | 1 | 4 | |||
Lahiru Kumara | c S.Dowrich b R.Chase | 0 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 15 | 3 | 57 | 0 | 3.80 |
Shanon Gabriel | 15 | 2 | 52 | 2 | 3.47 |
Jason Holder | 14 | 6 | 24 | 1 | 1.71 |
Miguel Cummins | 12 | 4 | 23 | 0 | 1.92 |
Devendra Bishoo | 19 | 2 | 48 | 3 | 2.53 |
Roston Chase | 8.2 | 1 | 15 | 4 | 1.83 |
3
sfczx
6
zxczxc
4
4 runs for chandimal
3
again 3 runs
2
2 runs for sri lanka
3
3 runs for sri lanka