Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Side by Side Diff: tests/standalone/standalone.status

Issue 1123343008: Implement raw list checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update test expectations. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 158 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
159 verified_mem_test: Skip # Not yet implemented. 159 verified_mem_test: Skip # Not yet implemented.
160 160
161 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 161 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
162 full_coverage_test: Skip # Timeout. 162 full_coverage_test: Skip # Timeout.
163 io/file_lock_test: Skip # Timeout. 163 io/file_lock_test: Skip # Timeout.
164 io/test_runner_test: Skip # Timeout. 164 io/test_runner_test: Skip # Timeout.
165 io/http_client_stays_alive_test: Skip # Timeout. 165 io/http_client_stays_alive_test: Skip # Timeout.
166 166
167 [ $compiler == dart2js && $cps_ir ] 167 [ $compiler == dart2js && $cps_ir ]
168 array_bounds_check_generalization_test : Crash # Instance of 'TypeOperator': typ e check unimplemented for _Nullary. 168 array_bounds_check_generalization_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
169 constant_left_shift_test : Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 169 constant_left_shift_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
170 coverage_test : Crash # bailout: unsupported element kind: context:field 170 coverage_test: Crash # unsupported element kind: context:field
171 io/addlatexhash_test : Crash # bailout: (try {test(tempDir.path);}finally {tempD ir.delete(recursive:true);}): try/finally 171 io/addlatexhash_test: Crash # (try {test(tempDir.path);}finally {tempDir.delete( recursive:true);}): try/finally
172 io/async_catch_errors_test : Crash # bailout: unsupported element kind: events:f ield 172 io/async_catch_errors_test: Crash # unsupported element kind: events:field
173 io/create_recursive_test : Crash # bailout: unsupported element kind: context:fi eld 173 io/create_recursive_test: Crash # unsupported element kind: context:field
174 io/dependency_graph_test : Crash # bailout: unsupported element kind: UnableToRu n:field 174 io/dependency_graph_test: Crash # unsupported element kind: UnableToRun:field
175 io/directory_chdir_test : Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 175 io/directory_chdir_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
176 io/directory_error_test : Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 176 io/directory_error_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
177 io/directory_fuzz_test : Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 177 io/directory_fuzz_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
178 io/directory_invalid_arguments_test : Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 178 io/directory_invalid_arguments_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
179 io/directory_list_nonexistent_test : Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 179 io/directory_list_nonexistent_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
180 io/directory_list_pause_test : Crash # Assertion failure: Unknown variable: vari able(testListIsEmpty#TOTAL). 180 io/directory_list_pause_test: Crash # Please triage this failure.
181 io/directory_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 181 io/directory_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
182 io/directory_uri_test : Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 182 io/directory_uri_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
183 io/file_copy_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 183 io/file_copy_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
184 io/file_error_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 184 io/file_error_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
185 io/file_invalid_arguments_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 185 io/file_invalid_arguments_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
186 io/file_lock_test : Crash # bailout: unsupported element kind: context:field 186 io/file_lock_test: Crash # unsupported element kind: context:field
187 io/file_read_encoded_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 187 io/file_read_encoded_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
188 io/file_stat_test : Crash # bailout: unsupported element kind: context:field 188 io/file_stat_test: Crash # unsupported element kind: context:field
189 io/file_system_delete_test : Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 189 io/file_system_delete_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
190 io/file_system_links_test : Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 190 io/file_system_links_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
191 io/file_system_watcher_test : Crash # bailout: unsupported element kind: context :field 191 io/file_system_watcher_test: Crash # unsupported element kind: context:field
192 io/file_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 192 io/file_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
193 io/file_typed_data_test : Crash # Assertion failure: Unknown variable: variable( testWriteUint64ListAndView#LIST_LENGTH_IN_BYTES). 193 io/file_typed_data_test: Crash # Please triage this failure.
194 io/file_uri_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 194 io/file_uri_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
195 io/http_bind_test : Crash # bailout: (testBindShared(String host,bool v6Only)asy nc{asyncStart();Future singleRequest(host,port,statusCode)async{var client=new H ttpClient();var request=await client.open('GET',host,port,'/');var response=awai t request.close();await response.drain();Expect.equals(statusCode,response.statu sCode);client.close(force:true);}Completer server1Request=new Completer();Comple ter server2Request=new Completer();var server1=await HttpServer.bind(host,0,v6On ly:v6Only,shared:true);var port=server1.port;Expect.isTrue(port>0);var server2=a wait HttpServer.bind(host,port,v6Only:v6Only,shared:true);Expect.equals(server1. address.address,server2.address.address);Expect.equals(port,server2.port);server 1.listen((request){server1Request.complete();request.response.statusCode=501;req uest.response.close();});await singleRequest(host,port,501);await server1.close( );server2.listen((request){server2Request.complete();request.response.statusCode =502;request.response.close();});await singleRequest(host,port,502);await server 2.close();await server1Request.future;await server2Request.future;asyncEnd();}): cannot handle async/sync*/async* functions 195 io/http_bind_test: Crash # cannot handle async/sync*/async* functions
196 io/http_client_exception_test : Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 196 io/http_client_exception_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
197 io/http_content_length_test : Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 197 io/http_content_length_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
198 io/http_cookie_date_test : Crash # Assertion failure: Unknown variable: variable (_parseCookieDate#monthsLowerCase). 198 io/http_cookie_date_test: Crash # Please triage this failure.
199 io/http_date_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 199 io/http_date_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
200 io/http_detach_socket_test : Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 200 io/http_detach_socket_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
201 io/http_headers_state_test : Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 201 io/http_headers_state_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
202 io/http_headers_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for Iterable. 202 io/http_headers_test: Crash # Unhandled node
203 io/http_parser_test : Crash # bailout: (switch (_state){case _State.START:if(byt e==_Const.HTTP[0]){_httpVersionIndex=1;_state=_State.METHOD_OR_RESPONSE_HTTP_VER SION;}else{if(!_isTokenChar(byte)){throw new HttpException("Invalid request meth od");}_method.add(byte);if(!_requestParser){throw new HttpException("Invalid res ponse line");}_state=_State.REQUEST_LINE_METHOD;}break;case _State.METHOD_OR_RES PONSE_HTTP_VERSION:if(_httpVersionIndex<_Const.HTTP.length&&byte==_Const.HTTP[_h ttpVersionIndex]){_httpVersionIndex++ ;}else if(_httpVersionIndex==_Const.HTTP.l ength&&byte==_CharCode.SLASH){_httpVersionIndex++ ;if(_requestParser){throw new HttpException("Invalid request line");}_state=_State.RESPONSE_HTTP_VERSION;}else {for(int i=0;i<_httpVersionIndex;i++ ){_method.add(_Const.HTTP[i]);}if(byte==_Ch arCode.SP){_state=_State.REQUEST_LINE_URI;}else{_method.add(byte);_httpVersion=_ HttpVersion.UNDETERMINED;if(!_requestParser){throw new HttpException("Invalid re sponse line");}_state=_State.REQUEST_LINE_METHOD;}}break;case _State.RESPONSE_HT TP_VERSION:if(_httpVersionIndex<_Const.HTTP1DOT.length){_expect(byte,_Const.HTTP 1DOT[_httpVersionIndex]);_httpVersionIndex++ ;}else if(_httpVersionIndex==_Const .HTTP1DOT.length&&byte==_CharCode.ONE){_httpVersion=_HttpVersion.HTTP11;_persist entConnection=true;_httpVersionIndex++ ;}else if(_httpVersionIndex==_Const.HTTP1 DOT.length&&byte==_CharCode.ZERO){_httpVersion=_HttpVersion.HTTP10;_persistentCo nnection=false;_httpVersionIndex++ ;}else if(_httpVersionIndex==_Const.HTTP1DOT. length+1){_expect(byte,_CharCode.SP);_state=_State.RESPONSE_LINE_STATUS_CODE;}el se{throw new HttpException("Invalid response line");}break;case _State.REQUEST_L INE_METHOD:if(byte==_CharCode.SP){_state=_State.REQUEST_LINE_URI;}else{if(_Const .SEPARATOR_MAP[byte]||byte==_CharCode.CR||byte==_CharCode.LF){throw new HttpExce ption("Invalid request method");}_method.add(byte);}break;case _State.REQUEST_LI NE_URI:if(byte==_CharCode.SP){if(_uri_or_reason_phrase.length==0){throw new Http Exception("Invalid request URI");}_state=_State.REQUEST_LINE_HTTP_VERSION;_httpV ersionIndex=0;}else{if(byte==_CharCode.CR||byte==_CharCode.LF){throw new HttpExc eption("Invalid request URI");}_uri_or_reason_phrase.add(byte);}break;case _Stat e.REQUEST_LINE_HTTP_VERSION:if(_httpVersionIndex<_Const.HTTP1DOT.length){_expect (byte,_Const.HTTP11[_httpVersionIndex]);_httpVersionIndex++ ;}else if(_httpVersi onIndex==_Const.HTTP1DOT.length){if(byte==_CharCode.ONE){_httpVersion=_HttpVersi on.HTTP11;_persistentConnection=true;_httpVersionIndex++ ;}else if(byte==_CharCo de.ZERO){_httpVersion=_HttpVersion.HTTP10;_persistentConnection=false;_httpVersi onIndex++ ;}else{throw new HttpException("Invalid response line");}}else{if(byte ==_CharCode.CR){_state=_State.REQUEST_LINE_ENDING;}else{_expect(byte,_CharCode.L F);_messageType=_MessageType.REQUEST;_state=_State.HEADER_START;}}break;case _St ate.REQUEST_LINE_ENDING:_expect(byte,_CharCode.LF);_messageType=_MessageType.REQ UEST;_state=_State.HEADER_START;break;case _State.RESPONSE_LINE_STATUS_CODE:if(b yte==_CharCode.SP){_state=_State.RESPONSE_LINE_REASON_PHRASE;}else if(byte==_Cha rCode.CR){_state=_State.RESPONSE_LINE_ENDING;}else{_statusCodeLength++ ;if((byte <0x30&&0x39<byte)||_statusCodeLength>3){throw new HttpException("Invalid respons e status code");}else{_statusCode=_statusCode*10+byte-0x30;}}break;case _State.R ESPONSE_LINE_REASON_PHRASE:if(byte==_CharCode.CR){_state=_State.RESPONSE_LINE_EN DING;}else{if(byte==_CharCode.CR||byte==_CharCode.LF){throw new HttpException("I nvalid response reason phrase");}_uri_or_reason_phrase.add(byte);}break;case _St ate.RESPONSE_LINE_ENDING:_expect(byte,_CharCode.LF);_messageType==_MessageType.R ESPONSE;if(_statusCode<100||_statusCode>599){throw new HttpException("Invalid re sponse status code");}else{if(_statusCode<=199||_statusCode==204||_statusCode==3 04){_noMessageBody=true;}}_state=_State.HEADER_START;break;case _State.HEADER_ST ART:_headers=new _HttpHeaders(version);if(byte==_CharCode.CR){_state=_State.HEAD ER_ENDING;}else if(byte==_CharCode.LF){_state=_State.HEADER_ENDING;_index-- ;}el se{_headerField.add(_toLowerCaseByte(byte));_state=_State.HEADER_FIELD;}break;ca se _State.HEADER_FIELD:if(byte==_CharCode.COLON){_state=_State.HEADER_VALUE_STAR T;}else{if(!_isTokenChar(byte)){throw new HttpException("Invalid header field na me");}_headerField.add(_toLowerCaseByte(byte));}break;case _State.HEADER_VALUE_S TART:if(byte==_CharCode.CR){_state=_State.HEADER_VALUE_FOLDING_OR_ENDING;}else i f(byte==_CharCode.LF){_state=_State.HEADER_VALUE_FOLD_OR_END;}else if(byte!=_Cha rCode.SP&&byte!=_CharCode.HT){_headerValue.add(byte);_state=_State.HEADER_VALUE; }break;case _State.HEADER_VALUE:if(byte==_CharCode.CR){_state=_State.HEADER_VALU E_FOLDING_OR_ENDING;}else if(byte==_CharCode.LF){_state=_State.HEADER_VALUE_FOLD _OR_END;}else{_headerValue.add(byte);}break;case _State.HEADER_VALUE_FOLDING_OR_ ENDING:_expect(byte,_CharCode.LF);_state=_State.HEADER_VALUE_FOLD_OR_END;break;c ase _State.HEADER_VALUE_FOLD_OR_END:if(byte==_CharCode.SP||byte==_CharCode.HT){_ state=_State.HEADER_VALUE_START;}else{String headerField=new String.fromCharCode s(_headerField);String headerValue=new String.fromCharCodes(_headerValue);if(hea derField=="transfer-encoding"&&_caseInsensitiveCompare("chunked".codeUnits,_head erValue)){_chunked=true;}if(headerField=="connection"){List<String> tokens=_toke nizeFieldValue(headerValue);for(int i=0;i<tokens.length;i++ ){if(_caseInsensitiv eCompare("upgrade".codeUnits,tokens[i].codeUnits)){_connectionUpgrade=true;}_hea ders._add(headerField,tokens[i]);}}else{_headers._add(headerField,headerValue);} _headerField.clear();_headerValue.clear();if(byte==_CharCode.CR){_state=_State.H EADER_ENDING;}else if(byte==_CharCode.LF){_state=_State.HEADER_ENDING;_index-- ; }else{_headerField.add(_toLowerCaseByte(byte));_state=_State.HEADER_FIELD;}}brea k;case _State.HEADER_ENDING:_expect(byte,_CharCode.LF);if(_headersEnd()){return; }else{break;}return;case _State.CHUNK_SIZE_STARTING_CR:_expect(byte,_CharCode.CR );_state=_State.CHUNK_SIZE_STARTING_LF;break;case _State.CHUNK_SIZE_STARTING_LF: _expect(byte,_CharCode.LF);_state=_State.CHUNK_SIZE;break;case _State.CHUNK_SIZE :if(byte==_CharCode.CR){_state=_State.CHUNK_SIZE_ENDING;}else if(byte==_CharCode .SEMI_COLON){_state=_State.CHUNK_SIZE_EXTENSION;}else{int value=_expectHexDigit( byte);_remainingContent=_remainingContent*16+value;}break;case _State.CHUNK_SIZE _EXTENSION:if(byte==_CharCode.CR){_state=_State.CHUNK_SIZE_ENDING;}break;case _S tate.CHUNK_SIZE_ENDING:_expect(byte,_CharCode.LF);if(_remainingContent>0){_state =_State.BODY;}else{_state=_State.CHUNKED_BODY_DONE_CR;}break;case _State.CHUNKED _BODY_DONE_CR:_expect(byte,_CharCode.CR);_state=_State.CHUNKED_BODY_DONE_LF;brea k;case _State.CHUNKED_BODY_DONE_LF:_expect(byte,_CharCode.LF);_reset();_closeInc oming();break;case _State.BODY:_index-- ;int dataAvailable=_buffer.length-_index ;if(_remainingContent>=0&&dataAvailable>_remainingContent){dataAvailable=_remain ingContent;}List<int> data=new Uint8List.view(_buffer.buffer,_buffer.offsetInByt es+_index,dataAvailable);_bodyController.add(data);if(_remainingContent!=-1){_re mainingContent-= data.length;}_index+= data.length;if(_remainingContent==0){if(! _chunked){_reset();_closeIncoming();}else{_state=_State.CHUNK_SIZE_STARTING_CR;} }break;case _State.FAILURE:assert(false);break;default:assert(false);break;}): U nhandled node 203 io/http_parser_test: Crash # Unhandled node
204 io/http_proxy_test : Crash # Assertion failure: Unknown variable: variable(#loop Count). 204 io/http_proxy_test: Crash # Please triage this failure.
205 io/http_server_early_client_close_test : Crash # Instance of 'TypeOperator': typ e check unimplemented for List<int>. 205 io/http_server_early_client_close_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
206 io/http_server_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 206 io/http_server_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
207 io/https_bad_certificate_test : Crash # bailout: (main()async{var clientScript=P latform.script.resolve('https_bad_certificate_client.dart').toFilePath();Future clientProcess(int port,String acceptCertificate){return Process.run(Platform.exe cutable,[clientScript,port.toString(),acceptCertificate]).then((ProcessResult re sult){if(result.exitCode!=0||!result.stdout.contains('SUCCESS')){print("Client f ailed, acceptCertificate: ${acceptCertificate}");print(" stdout:");print(result .stdout);print(" stderr:");print(result.stderr);Expect.fail('Client subprocess exit code: ${result.exitCode}');}});}var server=await runServer();await clientPr ocess(server.port,'true');await clientProcess(server.port,'false');await clientP rocess(server.port,'fisk');await clientProcess(server.port,'exception');server.c lose();}): cannot handle async/sync*/async* functions 207 io/https_bad_certificate_test: Crash # cannot handle async/sync*/async* functio ns
208 io/https_server_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 208 io/https_server_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
209 io/internet_address_invalid_arguments_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 209 io/internet_address_invalid_arguments_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
210 io/internet_address_test : Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 210 io/internet_address_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
211 io/issue_22636_test : Crash # bailout: (test()async{server=await RawServerSocket .bind(InternetAddress.LOOPBACK_IP_V4,0);server.listen(serverListen);client=await RawSocket.connect(InternetAddress.LOOPBACK_IP_V4,server.port);client.shutdown(S ocketDirection.SEND);client.listen((RawSocketEvent event){if(event==RawSocketEve nt.READ){client.read();}});}): cannot handle async/sync*/async* functions 211 io/issue_22636_test: Crash # cannot handle async/sync*/async* functions
212 io/issue_22637_test : Crash # bailout: (test()async{server=await RawServerSocket .bind(InternetAddress.LOOPBACK_IP_V4,0);server.listen(serverListen);client=await RawSocket.connect(InternetAddress.LOOPBACK_IP_V4,server.port);client.listen(cli entListen);}): cannot handle async/sync*/async* functions 212 io/issue_22637_test: Crash # cannot handle async/sync*/async* functions
213 io/link_async_test : Crash # bailout: unsupported element kind: context:field 213 io/link_async_test: Crash # unsupported element kind: context:field
214 io/link_test : Crash # bailout: unsupported element kind: context:field 214 io/link_test: Crash # unsupported element kind: context:field
215 io/link_uri_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 215 io/link_uri_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
216 io/observatory_test : Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 216 io/observatory_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
217 io/parent_test : Crash # bailout: unsupported element kind: context:field 217 io/parent_test: Crash # unsupported element kind: context:field
218 io/platform_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 218 io/platform_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
219 io/process_invalid_arguments_test : Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 219 io/process_invalid_arguments_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
220 io/process_run_test : Crash # Instance of 'TypeOperator': type check unimplement ed for List<int>. 220 io/process_run_test: Crash # Instance of 'TypeOperator': type check unimplemente d for List<int>.
221 io/raw_datagram_socket_test : Crash # bailout: (switch (event){case RawSocketEve nt.READ:var datagram=receiver.receive();if(datagram!=null){Expect.equals(datagra m.port,sender.port);if(!bindAddress.isMulticast){Expect.equals(receiver.address, datagram.address);}var seq=packageSeq(datagram);if(seq==receivedSeq+1){receivedS eq=seq;sendAck(bindAddress,sender.port);}}break;case RawSocketEvent.WRITE:throw "Unexpected WRITE";break;case RawSocketEvent.CLOSED:break;default:throw "Unexpec ted event ${event}";}): Unhandled node 221 io/raw_datagram_socket_test: Crash # Unhandled node
222 io/raw_secure_server_closing_test : Crash # Assertion failure: Unknown variable: variable(testPauseServerSocket#socketCount). 222 io/raw_secure_server_closing_test: Crash # Please triage this failure.
223 io/raw_secure_server_socket_argument_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 223 io/raw_secure_server_socket_argument_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
224 io/raw_secure_server_socket_test : Crash # Assertion failure: Unknown variable: variable(testSimpleReadWrite#messageSize). 224 io/raw_secure_server_socket_test: Crash # Please triage this failure.
225 io/raw_secure_socket_pause_test : Crash # bailout: (switch (event){case RawSocke tEvent.READ:Expect.isFalse(readEventsPaused);runReadEventTest();body.addAll(sock et.read());break;case RawSocketEvent.WRITE:written+= socket.write(message,writte n,message.length-written);if(written<message.length){socket.writeEventsEnabled=t rue;}else{socket.shutdown(SocketDirection.SEND);runPauseTest();}break;case RawSo cketEvent.READ_CLOSED:Expect.isTrue(body.length>100);Expect.equals(72,body[0]);E xpect.equals(9,body[body.length-1]);server.close();break;default:throw "Unexpect ed event ${event}";}): Unhandled node 225 io/raw_secure_socket_pause_test: Crash # Unhandled node
226 io/raw_secure_socket_test : Crash # bailout: (switch (event){case RawSocketEvent .READ:body.addAll(socket.read());break;case RawSocketEvent.WRITE:written+= socke t.write(message,written,message.length-written);if(written<message.length){socke t.writeEventsEnabled=true;}else{socket.shutdown(SocketDirection.SEND);}break;cas e RawSocketEvent.READ_CLOSED:Expect.isTrue(body.length>100,"${body}\n${body.leng th}");Expect.equals(72,body[0]);Expect.equals(9,body[body.length-1]);server.clos e();break;default:throw "Unexpected event ${event}";}): Unhandled node 226 io/raw_secure_socket_test: Crash # Unhandled node
227 io/raw_server_socket_cancel_test : Crash # bailout: (switch (event){case RawSock etEvent.READ:Expect.fail("No read event expected");break;case RawSocketEvent.REA D_CLOSED:done=true;doneCount++ ;checkDone();break;case RawSocketEvent.WRITE:sock et.write([1,2,3]);socket.shutdown(SocketDirection.SEND);break;}): Unhandled node 227 io/raw_server_socket_cancel_test: Crash # Unhandled node
228 io/raw_socket_cross_process_test : Crash # bailout: (switch (event){case RawSock etEvent.READ:Expect.fail("No read event expected");break;case RawSocketEvent.REA D_CLOSED:connection.shutdown(SocketDirection.SEND);break;case RawSocketEvent.WRI TE:Expect.fail("No write event expected");break;}): Unhandled node 228 io/raw_socket_cross_process_test: Crash # Unhandled node
229 io/raw_socket_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 229 io/raw_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
230 io/raw_socket_typed_data_test : Crash # Assertion failure: Unknown variable: var iable(testSimpleReadWrite#messageSize). 230 io/raw_socket_typed_data_test: Crash # Please triage this failure.
231 io/regress_21160_test : Crash # bailout: (switch (event){case RawSocketEvent.REA D:body.addAll(socket.read(3));break;case RawSocketEvent.WRITE:break;case RawSock etEvent.READ_CLOSED:break;default:throw "Unexpected event ${event}";}): Unhandle d node 231 io/regress_21160_test: Crash # Unhandled node
232 io/resolve_symbolic_links_test : Crash # bailout: unsupported element kind: cont ext:field 232 io/resolve_symbolic_links_test: Crash # unsupported element kind: context:field
233 io/secure_client_raw_server_test : Crash # bailout: (switch (event){case RawSock etEvent.READ:Expect.isTrue(bytesWritten==0);Expect.isTrue(client.available()>0); readChunks.add(client.read());break;case RawSocketEvent.WRITE:Expect.isFalse(cli ent.writeEventsEnabled);Expect.isNotNull(dataToWrite);bytesWritten+= client.writ e(dataToWrite,bytesWritten,dataToWrite.length-bytesWritten);if(bytesWritten<data ToWrite.length){client.writeEventsEnabled=true;}if(bytesWritten==dataToWrite.len gth){client.shutdown(SocketDirection.SEND);}break;case RawSocketEvent.READ_CLOSE D:dataToWrite=readChunks.fold(<int>[] ,(list,x){list.addAll(x);return list;});cl ient.writeEventsEnabled=true;break;}): Unhandled node 233 io/secure_client_raw_server_test: Crash # Unhandled node
234 io/secure_server_closing_test : Crash # Assertion failure: Unknown variable: var iable(testCloseServer#socketCount). 234 io/secure_server_closing_test: Crash # Please triage this failure.
235 io/secure_server_socket_test : Crash # Assertion failure: Unknown variable: vari able(testSimpleReadWrite#messageSize). 235 io/secure_server_socket_test: Crash # Please triage this failure.
236 io/secure_socket_alpn_test : Crash # Instance of 'TypeOperator': type casts not implemented. 236 io/secure_socket_alpn_test: Crash # Instance of 'TypeOperator': type casts not i mplemented.
237 io/secure_socket_argument_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 237 io/secure_socket_argument_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
238 io/secure_socket_bad_data_test : Crash # bailout: (switch (event){case RawSocket Event.READ:Expect.fail('READ event received');break;case RawSocketEvent.WRITE:if (bytesWritten<data.length){bytesWritten+= socket.write(data,bytesWritten);}if(by tesWritten<data.length){socket.writeEventsEnabled=true;}if(bytesWritten==data.le ngth){baseSocket.write(data,0,300);socket.shutdown(SocketDirection.SEND);}break; case RawSocketEvent.READ_CLOSED:tryComplete();break;}): Unhandled node 238 io/secure_socket_bad_data_test: Crash # Unhandled node
239 io/skipping_dart2js_compilations_test : Crash # bailout: unsupported element kin d: currentWorkingDirectory:field 239 io/skipping_dart2js_compilations_test: Crash # unsupported element kind: current WorkingDirectory:field
240 io/sleep_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 240 io/sleep_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
241 io/socket_bind_test : Crash # bailout: (testListenCloseListenClose(String host)a sync{asyncStart();ServerSocket socket=await ServerSocket.bind(host,0,shared:true );ServerSocket socket2=await ServerSocket.bind(host,socket.port,shared:true);var subscription=socket.listen((_){throw 'error';});subscription.cancel();await soc ket.close();asyncStart();socket2.first.then((socket)async{await socket.drain();a wait socket.close();asyncEnd();});Socket client=await Socket.connect(host,socket 2.port);await client.close();await client.drain();asyncEnd();}): cannot handle a sync/sync*/async* functions 241 io/socket_bind_test: Crash # cannot handle async/sync*/async* functions
242 io/socket_close_test : Crash # bailout: (switch (_mode){case 0:case 1:Expect.equ als(0,_dataEvents);Expect.equals(ITERATIONS,_closeEvents);break;case 2:Expect.eq uals(0,_dataEvents);Expect.equals(ITERATIONS,_closeEvents);break;case 3:case 4:E xpect.isTrue(_dataEvents<=ITERATIONS);Expect.isTrue(_dataEvents>=0);Expect.equal s(ITERATIONS,_closeEvents);break;case 5:case 6:Expect.equals(ITERATIONS,_dataEve nts);Expect.equals(ITERATIONS,_closeEvents);break;default:Expect.fail("Unknown t est mode");}): Unhandled node 242 io/socket_close_test: Crash # Unhandled node
243 io/socket_exception_test : Crash # Assertion failure: Unknown variable: variable (#SIZE). 243 io/socket_exception_test: Crash # Please triage this failure.
244 io/socket_source_address_test : Crash # bailout: (Future testConnect(InternetAdd ress bindAddress,bool v6Only,Function connectFunction,Function closeDestroyFunct ion)async{var successCount=0;if(!v6Only)successCount+= ipV4SourceAddresses.lengt h;if(bindAddress.type==InternetAddressType.IP_V6){successCount+= ipV6SourceAddre sses.length;}var count=0;var allConnected=new Completer();if(successCount==0)all Connected.complete();asyncStart();var server=await ServerSocket.bind(bindAddress ,0,v6Only:v6Only);server.listen((s){s.destroy();count++ ;if(count==successCount) allConnected.complete();},onDone:()=>asyncEnd());asyncStart();for(var sourceAddr ess in ipV4SourceAddresses){if(!v6Only){var s=await connectFunction(InternetAddr ess.LOOPBACK_IP_V4,server.port,sourceAddress:sourceAddress);closeDestroyFunction (s);}else{await throws(()=>connectFunction(InternetAddress.LOOPBACK_IP_V4,server .port,sourceAddress:sourceAddress),(e)=>e is SocketException);}}for(var sourceAd dress in ipV6SourceAddresses){if(bindAddress.type==InternetAddressType.IP_V6){va r s=await connectFunction(InternetAddress.LOOPBACK_IP_V6,server.port,sourceAddre ss:sourceAddress);closeDestroyFunction(s);}else{await throws(()=>connectFunction (InternetAddress.LOOPBACK_IP_V6,server.port,sourceAddress:sourceAddress),(e)=>e is SocketException);}}await allConnected.future;await server.close();asyncEnd(); }): cannot handle async/sync*/async* functions 244 io/socket_source_address_test: Crash # cannot handle async/sync*/async* functio ns
245 io/socket_test : Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 245 io/socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
246 io/socket_upgrade_to_secure_test : Crash # Assertion failure: Unknown variable: variable(test#messageSize). 246 io/socket_upgrade_to_secure_test: Crash # Please triage this failure.
247 io/status_file_parser_test : Crash # bailout: unsupported element kind: IssueNum berPattern:field 247 io/status_file_parser_test: Crash # unsupported element kind: IssueNumberPattern :field
248 io/stdout_stderr_terminal_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 248 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
249 io/test_extension_fail_test : Crash # bailout: unsupported element kind: context :field 249 io/test_extension_fail_test: Crash # unsupported element kind: context:field
250 io/test_extension_test : Crash # bailout: unsupported element kind: context:fiel d 250 io/test_extension_test: Crash # unsupported element kind: context:field
251 io/test_runner_test : Crash # bailout: (switch (arguments[0]){case 'pass':return ;case 'fail-unexpected':case 'fail':throw "This test always fails, to test the t est scripts.";break;case 'timeout':new Timer(new Duration(hours:42),(){});break; default:throw "Unknown option ${arguments[0]} passed to test_runner_test";}): Un handled node 251 io/test_runner_test: Crash # Unhandled node
252 io/uri_platform_test : Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 252 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
253 io/web_socket_test : Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 253 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
254 io/windows_environment_test : Crash # bailout: unsupported element kind: context :field 254 io/windows_environment_test: Crash # unsupported element kind: context:field
255 io/windows_file_system_links_test : Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 255 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
256 io/zlib_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 256 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
257 priority_queue_stress_test : RuntimeError 257 priority_queue_stress_test: RuntimeError # Please triage this failure.
258 status_expression_test : Crash # bailout: unsupported element kind: regexp:field 258 status_expression_test: Crash # unsupported element kind: regexp:field
259 typed_array_test : Crash # bailout: unsupported element kind: float64:field 259 typed_array_test: Crash # unsupported element kind: float64:field
260 verified_mem_test : Crash # bailout: unsupported element kind: a:field 260 verified_mem_test: Crash # unsupported element kind: a:field
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698