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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 24240020: Cleanup bit casting methods between SIMD types (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« no previous file with comments | « sdk/lib/typed_data/typed_data.dart ('k') | tests/lib/typed_data/float32x4_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 147
148 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 148 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
149 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 149 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
150 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 150 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
151 151
152 [ $compiler == none && $runtime == vm ] 152 [ $compiler == none && $runtime == vm ]
153 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 153 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
154 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 154 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
155 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 155 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
156 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 156 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
157 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
158 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
159 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
160 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
157 161
OLDNEW
« no previous file with comments | « sdk/lib/typed_data/typed_data.dart ('k') | tests/lib/typed_data/float32x4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698