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

Issue 1673863002: Infra for running lib tests (Closed)

Created:
4 years, 10 months ago by vsm
Modified:
4 years, 10 months ago
Reviewers:
Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Reformat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8926 lines, -391 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M karma.conf.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/browser/language_tests.js View 1 1 chunk +392 lines, -344 lines 0 comments Download
M test/codegen/expect/collection/src/wrappers.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
A test/codegen/expect/lib-typed_data-all.js View 1 chunk +3803 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/byte_data_test.dart View 1 chunk +40 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/constructor_checks_test.dart View 1 chunk +71 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/endianness_test.dart View 1 chunk +84 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_clamp_test.dart View 1 chunk +39 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_cross_test.dart View 1 chunk +50 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_list_test.dart View 1 chunk +256 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_shuffle_test.dart View 1 chunk +1437 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_sign_mask_test.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_test.dart View 1 chunk +530 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_transpose_test.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_two_arg_shuffle_test.dart View 1 chunk +70 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_unbox_phi_test.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float32x4_unbox_regress_test.dart View 1 chunk +117 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float64x2_functional_test.dart View 1 chunk +294 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/float64x2_typed_list_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int32x4_arithmetic_test.dart View 1 chunk +99 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int32x4_bigint_test.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int32x4_list_test.dart View 1 chunk +216 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int32x4_shuffle_test.dart View 1 chunk +59 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int32x4_sign_mask_test.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int32x4_test.dart View 1 chunk +88 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/int64_list_load_store_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A + test/codegen/lib/typed_data/native_interceptor_no_own_method_to_intercept_test.dart View 1 chunk +7 lines, -6 lines 0 comments Download
A + test/codegen/lib/typed_data/setRange_1_test.dart View 1 chunk +6 lines, -10 lines 0 comments Download
A test/codegen/lib/typed_data/setRange_2_test.dart View 1 chunk +17 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/setRange_3_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/setRange_4_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/setRange_5_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/setRange_lib.dart View 1 chunk +65 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/simd_store_to_load_forward_test.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/simd_type_check_removal.dart View 1 chunk +30 lines, -0 lines 0 comments Download
A + test/codegen/lib/typed_data/typed_data_from_list_test.dart View 1 chunk +6 lines, -9 lines 0 comments Download
A test/codegen/lib/typed_data/typed_data_hierarchy_int64_test.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/typed_data_hierarchy_test.dart View 1 chunk +62 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/typed_data_list_test.dart View 1 chunk +199 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/typed_data_load2_test.dart View 1 chunk +107 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/typed_data_load_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/typed_data_sublist_type_test.dart View 1 chunk +93 lines, -0 lines 0 comments Download
A test/codegen/lib/typed_data/typed_list_iterable_test.dart View 1 chunk +180 lines, -0 lines 0 comments Download
M test/codegen_test.dart View 1 chunk +26 lines, -20 lines 0 comments Download
M tool/browser_test.sh View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
vsm
4 years, 10 months ago (2016-02-05 22:38:23 UTC) #3
Jennifer Messerly
lgtm https://codereview.chromium.org/1673863002/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/1673863002/diff/1/test/browser/language_tests.js#newcode386 test/browser/language_tests.js:386: if (name == 'async_await_test' || name.startsWith('async_star_test')) { long ...
4 years, 10 months ago (2016-02-05 22:41:04 UTC) #4
vsm
https://codereview.chromium.org/1673863002/diff/1/test/browser/language_tests.js File test/browser/language_tests.js (right): https://codereview.chromium.org/1673863002/diff/1/test/browser/language_tests.js#newcode386 test/browser/language_tests.js:386: if (name == 'async_await_test' || name.startsWith('async_star_test')) { On 2016/02/05 ...
4 years, 10 months ago (2016-02-05 22:49:11 UTC) #5
vsm
4 years, 10 months ago (2016-02-05 22:49:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
35c1823a9d4e41b108e3aae95a743af122e6ce57 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698