mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
f6ca2c1d8f
This deletes: tests/co19 tests/corelib tests/html tests/isolate tests/language tests/lib It does not delete tests/standalone because apparently there are tests in there that are not in standalone_2. (I assume they were added after the test migration. I don't know why they were added there.) I have tried to remove references to the old tests from various scripts and tools but may have missed some. (As you can imagine, grepping for "lib" does not have the best signal-to-noise ratio.) "It was a pleasure to burn. It was a special pleasure to see things eaten, to see things blackened and changed. With the brass nozzle in his fists, with this great python spitting its venomous kerosene upon the world, the blood pounded in his head, and his hands were the hands of some amazing conductor playing all the symphonies of blazing and burning to bring down the tatters and charcoal ruins of history." - Ray Bradbury, Fahrenheit 451 Change-Id: If3db4a50e7a5ee25aff8058b1483e2ce8e68424e Reviewed-on: https://dart-review.googlesource.com/c/75420 Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com> Reviewed-by: William Hesse <whesse@google.com> Reviewed-by: Terry Lucas <terry@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
39 lines
1.4 KiB
Text
39 lines
1.4 KiB
Text
# Source files should not be normalized to avoid confusing clang-format-diff.py
|
|
*.c text eol=lf
|
|
*.cc text eol=lf
|
|
*.cpp text eol=lf
|
|
*.h text eol=lf
|
|
*.dart text eol=lf
|
|
|
|
# Explicitly declare text files we want to be normalized.
|
|
*.gyp text
|
|
*.gypi text
|
|
*.mk text
|
|
*.Makefile text
|
|
*.md text
|
|
*.yaml text
|
|
|
|
# Files that should not be converted.
|
|
tests/compiler/dart2js_extra/eof_line_ending_test.dart -text
|
|
tests/compiler/dart2js_extra/string_interpolation_test.dart -text
|
|
tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text
|
|
tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text
|
|
tests/language_2/raw_string_test.dart -text
|
|
tests/language_2/multiline_strings_test.dart -text
|
|
tests/language_2/multiline_newline_cr.dart -text
|
|
tests/language_2/multiline_newline_crlf.dart -text
|
|
tests/language_2/multiline_newline_lf.dart -text
|
|
tests/lib_2/convert/json_pretty_test.dart -text
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_cr.dart -text
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_lf.dart -text
|
|
tests/lib_2/mirrors/method_mirror_source_line_ending_test.dart -text
|
|
tests/lib_2/mirrors/method_mirror_source_other.dart -text
|
|
tests/lib_2/mirrors/method_mirror_source_test.dart -text
|
|
|
|
# Files to leave alone and not diff.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.xpi binary
|
|
|
|
*.status diff=status
|